#5DA8DA

Color #5DA8DA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5DA8DA

Tints of Picton Blue #5DA8DA

Color information

#5DA8DA (or 0x5DA8DA) is unknown color: approx Picton Blue. HEX triplet: 5D, A8 and DA. RGB value is (93,168,218). Sum of RGB (Red+Green+Blue) = 93+168+218=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DA8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8DA is #A25725. Grayscale: #969696. Windows color (decimal): -10639142 or 14329949. OLE color: 14329949.

HSL color Cylindrical-coordinate representation of color #5DA8DA: hue angle of 204º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DA8DA is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93168218-
CMYK0.570.2300.15
HSL204º62.81%60.98%-
HSV(B)204º57.34%85.49%-
XYZ31.1735.3971.52-
YUV151.28165.6586.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=19.42%
G=35.07%
B=45.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal931682180.570.2300.1520462.8160.98
Hex5DA8DA39170Fcc3f3d
Octal13525033271270173147775
Binary10111011010100011011010111001101110111111001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DA8DA; }

 p { color: rgb(93,168,218); }

 H1.HeaderClassName
 {
   color: #5DA8DA;
 }
 .AnyTagClassName
 {
   color: #5DA8DA;
 }
</style>
background-color css

<style>
 a { background-color: #5DA8DA; }

 a { background-color: rgb(93,168,218); }

 div.DivClassName
 {
   background-color: #5DA8DA;
 }
 .BgClassName
 {
   background-color: #5DA8DA;
 }
</style>
border-color css

<style>
 span { border-color: #5DA8DA; }

 span { border-color: rgb(93,168,218); }

 td.TdClassName
 {
   border-color: #5DA8DA;
 }
 .TagClassName
 {
   border-color: #5DA8DA;
 }
</style>