#5F8094

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

Shades of Horizon #5F8094

Tints of Horizon #5F8094

Color information

#5F8094 (or 0x5F8094) is unknown color: approx Horizon. HEX triplet: 5F, 80 and 94. RGB value is (95,128,148). Sum of RGB (Red+Green+Blue) = 95+128+148=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F8094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8094 is #A07F6B. Grayscale: #787878. Windows color (decimal): -10518380 or 9732191. OLE color: 9732191.

HSL color Cylindrical-coordinate representation of color #5F8094: hue angle of 202.64º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F8094 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95128148-
CMYK0.360.1400.42
HSL202.64º21.81%47.65%-
HSV(B)202.64º35.81%58.04%-
XYZ17.7820.0130.94-
YUV120.41143.57109.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=25.61%
G=34.50%
B=39.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951281480.360.1400.42202.6421.8147.65
Hex5F809424E02Acb1630
Octal13720022444160523132660
Binary10111111000000010010100100100111001010101100101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,128,148); }

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

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

 a { background-color: rgb(95,128,148); }

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

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

 span { border-color: rgb(95,128,148); }

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