#5F8494

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

Shades of Horizon #5F8494

Tints of Horizon #5F8494

Color information

#5F8494 (or 0x5F8494) is unknown color: approx Horizon. HEX triplet: 5F, 84 and 94. RGB value is (95,132,148). Sum of RGB (Red+Green+Blue) = 95+132+148=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F8494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8494 is #A07B6B. Grayscale: #7A7A7A. Windows color (decimal): -10517356 or 9733215. OLE color: 9733215.

HSL color Cylindrical-coordinate representation of color #5F8494: hue angle of 198.11º 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 #5F8494 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95132148-
CMYK0.360.1100.42
HSL198.11º21.81%47.65%-
HSV(B)198.11º35.81%58.04%-
XYZ18.3221.0731.12-
YUV122.76142.24108.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=25.33%
G=35.2%
B=39.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951321480.360.1100.42198.1121.8147.65
Hex5F849424B02Ac61630
Octal13720422444130523062660
Binary10111111000010010010100100100101101010101100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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