#5F8892

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

Shades of Horizon #5F8892

Tints of Horizon #5F8892

Color information

#5F8892 (or 0x5F8892) is unknown color: approx Horizon. HEX triplet: 5F, 88 and 92. RGB value is (95,136,146). Sum of RGB (Red+Green+Blue) = 95+136+146=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F8892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8892 is #A0776D. Grayscale: #7C7C7C. Windows color (decimal): -10516334 or 9603167. OLE color: 9603167.

HSL color Cylindrical-coordinate representation of color #5F8892: hue angle of 191.76º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F8892 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB95136146-
CMYK0.350.0700.43
HSL191.76º21.16%47.25%-
HSV(B)191.76º34.93%57.25%-
XYZ18.7122.1230.48-
YUV124.88139.92106.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=25.20%
G=36.07%
B=38.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal951361460.350.0700.43191.7621.1647.25
Hex5F889223702Bc0152f
Octal1372102224370533002557
Binary1011111100010001001001010001111101010111100000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,146); }

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

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

 a { background-color: rgb(95,136,146); }

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

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

 span { border-color: rgb(95,136,146); }

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