#5D909C

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

Shades of Horizon #5D909C

Tints of Horizon #5D909C

Color information

#5D909C (or 0x5D909C) is unknown color: approx Horizon. HEX triplet: 5D, 90 and 9C. RGB value is (93,144,156). Sum of RGB (Red+Green+Blue) = 93+144+156=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D909C is #A26F63. Grayscale: #828282. Windows color (decimal): -10645348 or 10260573. OLE color: 10260573.

HSL color Cylindrical-coordinate representation of color #5D909C: hue angle of 191.43º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D909C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93144156-
CMYK0.400.0800.39
HSL191.43º25.3%48.82%-
HSV(B)191.43º40.38%61.18%-
XYZ20.4924.6735.14-
YUV130.12142.6101.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.66%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=23.66%
G=36.64%
B=39.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931441560.400.0800.39191.4325.348.82
Hex5D909C288027bf1931
Octal13522023450100472773161
Binary10111011001000010011100101000100001001111011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,144,156); }

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

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

 a { background-color: rgb(93,144,156); }

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

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

 span { border-color: rgb(93,144,156); }

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