#5F919F

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

Shades of Horizon #5F919F

Tints of Horizon #5F919F

Color information

#5F919F (or 0x5F919F) is unknown color: approx Horizon. HEX triplet: 5F, 91 and 9F. RGB value is (95,145,159). Sum of RGB (Red+Green+Blue) = 95+145+159=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F919F is #A06E60. Grayscale: #838383. Windows color (decimal): -10514017 or 10457439. OLE color: 10457439.

HSL color Cylindrical-coordinate representation of color #5F919F: hue angle of 193.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F919F is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95145159-
CMYK0.400.0900.38
HSL193.12º25.2%49.8%-
HSV(B)193.12º40.25%62.35%-
XYZ21.125.1936.55-
YUV131.65143.44101.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.81%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=23.81%
G=36.34%
B=39.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951451590.400.0900.38193.1225.249.8
Hex5F919F289026c11932
Octal13722123750110463013162
Binary10111111001000110011111101000100101001101100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,145,159); }

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

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

 a { background-color: rgb(95,145,159); }

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

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

 span { border-color: rgb(95,145,159); }

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