#5DA8DD

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

Shades of Picton Blue #5DA8DD

Tints of Picton Blue #5DA8DD

Color information

#5DA8DD (or 0x5DA8DD) is unknown color: approx Picton Blue. HEX triplet: 5D, A8 and DD. RGB value is (93,168,221). Sum of RGB (Red+Green+Blue) = 93+168+221=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8DD is #A25722. Grayscale: #979797. Windows color (decimal): -10639139 or 14526557. OLE color: 14526557.

HSL color Cylindrical-coordinate representation of color #5DA8DD: hue angle of 204.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DA8DD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93168221-
CMYK0.580.2400.13
HSL204.84º65.31%61.57%-
HSV(B)204.84º57.92%86.67%-
XYZ31.5735.5573.61-
YUV151.62167.1586.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.29%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=19.29%
G=34.85%
B=45.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931682210.580.2400.13204.8465.3161.57
Hex5DA8DD3A180Dcd413e
Octal135250335723001531510176
Binary101110110101000110111011110101100001101110011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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