#5F8694

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

Shades of Horizon #5F8694

Tints of Horizon #5F8694

Color information

#5F8694 (or 0x5F8694) is unknown color: approx Horizon. HEX triplet: 5F, 86 and 94. RGB value is (95,134,148). Sum of RGB (Red+Green+Blue) = 95+134+148=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F8694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8694 is #A0796B. Grayscale: #7B7B7B. Windows color (decimal): -10516844 or 9733727. OLE color: 9733727.

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

Color convert

RGB95134148-
CMYK0.360.0900.42
HSL195.85º21.81%47.65%-
HSV(B)195.85º35.81%58.04%-
XYZ18.5921.6231.21-
YUV123.94141.58107.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=25.20%
G=35.54%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951341480.360.0900.42195.8521.8147.65
Hex5F869424902Ac41630
Octal13720622444110523042660
Binary10111111000011010010100100100100101010101100010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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