#5F848F

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

Shades of Horizon #5F848F

Tints of Horizon #5F848F

Color information

#5F848F (or 0x5F848F) is unknown color: approx Horizon. HEX triplet: 5F, 84 and 8F. RGB value is (95,132,143). Sum of RGB (Red+Green+Blue) = 95+132+143=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F848F is #A07B70. Grayscale: #7A7A7A. Windows color (decimal): -10517361 or 9405535. OLE color: 9405535.

HSL color Cylindrical-coordinate representation of color #5F848F: hue angle of 193.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F848F is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB95132143-
CMYK0.340.0800.44
HSL193.75º20.17%46.67%-
HSV(B)193.75º33.57%56.08%-
XYZ17.9320.9229.08-
YUV122.19139.74108.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=25.68%
G=35.68%
B=38.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951321430.340.0800.44193.7520.1746.67
Hex5F848F22802Cc2142f
Octal13720421742100543022457
Binary10111111000010010001111100010100001011001100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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