#5D99D0

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

Shades of Picton Blue #5D99D0

Tints of Picton Blue #5D99D0

Color information

#5D99D0 (or 0x5D99D0) is unknown color: approx Picton Blue. HEX triplet: 5D, 99 and D0. RGB value is (93,153,208). Sum of RGB (Red+Green+Blue) = 93+153+208=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D99D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D99D0 is #A2662F. Grayscale: #8D8D8D. Windows color (decimal): -10642992 or 13670749. OLE color: 13670749.

HSL color Cylindrical-coordinate representation of color #5D99D0: hue angle of 208.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D99D0 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93153208-
CMYK0.550.2600.18
HSL208.7º55.02%59.02%-
HSV(B)208.7º55.29%81.57%-
XYZ27.2929.6663.96-
YUV141.33165.6293.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.48%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=20.48%
G=33.70%
B=45.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931532080.550.2600.18208.755.0259.02
Hex5D99D0371A012d1373b
Octal13523132067320223216773
Binary101110110011001110100001101111101001001011010001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,153,208); }

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

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

 a { background-color: rgb(93,153,208); }

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

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

 span { border-color: rgb(93,153,208); }

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