#5D9DDE

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

Shades of Picton Blue #5D9DDE

Tints of Picton Blue #5D9DDE

Color information

#5D9DDE (or 0x5D9DDE) is unknown color: approx Picton Blue. HEX triplet: 5D, 9D and DE. RGB value is (93,157,222). Sum of RGB (Red+Green+Blue) = 93+157+222=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D9DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9DDE is #A26221. Grayscale: #909090. Windows color (decimal): -10641954 or 14589277. OLE color: 14589277.

HSL color Cylindrical-coordinate representation of color #5D9DDE: hue angle of 210.23º degrees, saturation: 0.66, 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 #5D9DDE is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93157222-
CMYK0.580.2900.13
HSL210.23º66.15%61.76%-
HSV(B)210.23º58.11%87.06%-
XYZ29.7631.7273.66-
YUV145.27171.390.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.70%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 222 (87.11% from 255) = 47.03%
R=19.70%
G=33.26%
B=47.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931572220.580.2900.13210.2366.1561.76
Hex5D9DDE3A1D0Dd2423e
Octal135235336723501532210276
Binary101110110011101110111101110101110101101110100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,157,222); }

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

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

 a { background-color: rgb(93,157,222); }

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

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

 span { border-color: rgb(93,157,222); }

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