#5F909C

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

Shades of Horizon #5F909C

Tints of Horizon #5F909C

Color information

#5F909C (or 0x5F909C) is unknown color: approx Horizon. HEX triplet: 5F, 90 and 9C. RGB value is (95,144,156). Sum of RGB (Red+Green+Blue) = 95+144+156=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F909C is #A06F63. Grayscale: #828282. Windows color (decimal): -10514276 or 10260575. OLE color: 10260575.

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

Color convert

RGB95144156-
CMYK0.390.0800.39
HSL191.8º24.3%49.22%-
HSV(B)191.8º39.1%61.18%-
XYZ20.6924.7835.14-
YUV130.72142.27102.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=24.05%
G=36.46%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951441560.390.0800.39191.824.349.22
Hex5F909C278027c01831
Octal13722023447100473003061
Binary10111111001000010011100100111100001001111100000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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