#5F8199

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

Shades of Horizon #5F8199

Tints of Horizon #5F8199

Color information

#5F8199 (or 0x5F8199) is unknown color: approx Horizon. HEX triplet: 5F, 81 and 99. RGB value is (95,129,153). Sum of RGB (Red+Green+Blue) = 95+129+153=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8199 is #A07E66. Grayscale: #797979. Windows color (decimal): -10518119 or 10060127. OLE color: 10060127.

HSL color Cylindrical-coordinate representation of color #5F8199: hue angle of 204.83º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8199 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB95129153-
CMYK0.380.1600.4
HSL204.83º23.39%48.63%-
HSV(B)204.83º37.91%60%-
XYZ18.3220.4333.12-
YUV121.57145.74109.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=25.20%
G=34.22%
B=40.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951291530.380.1600.4204.8323.3948.63
Hex5F81992610028cd1731
Octal13720123146200503152761
Binary101111110000001100110011001101000001010001100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,153); }

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

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

 a { background-color: rgb(95,129,153); }

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

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

 span { border-color: rgb(95,129,153); }

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