#5F8994

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

Shades of Horizon #5F8994

Tints of Horizon #5F8994

Color information

#5F8994 (or 0x5F8994) is unknown color: approx Horizon. HEX triplet: 5F, 89 and 94. RGB value is (95,137,148). Sum of RGB (Red+Green+Blue) = 95+137+148=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F8994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8994 is #A0766B. Grayscale: #7D7D7D. Windows color (decimal): -10516076 or 9734495. OLE color: 9734495.

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

Color convert

RGB95137148-
CMYK0.360.0700.42
HSL192.45º21.81%47.65%-
HSV(B)192.45º35.81%58.04%-
XYZ19.0122.4631.35-
YUV125.7140.59106.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=25%
G=36.05%
B=38.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951371480.360.0700.42192.4521.8147.65
Hex5F899424702Ac01630
Octal1372112244470523002660
Binary1011111100010011001010010010011101010101100000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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