#5F838F

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

Shades of Horizon #5F838F

Tints of Horizon #5F838F

Color information

#5F838F (or 0x5F838F) is unknown color: approx Horizon. HEX triplet: 5F, 83 and 8F. RGB value is (95,131,143). Sum of RGB (Red+Green+Blue) = 95+131+143=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F838F is #A07C70. Grayscale: #797979. Windows color (decimal): -10517617 or 9405279. OLE color: 9405279.

HSL color Cylindrical-coordinate representation of color #5F838F: hue angle of 195º 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 #5F838F is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB95131143-
CMYK0.340.0800.44
HSL195º20.17%46.67%-
HSV(B)195º33.57%56.08%-
XYZ17.7920.6529.03-
YUV121.6140.07109.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=25.75%
G=35.50%
B=38.75%

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
Decimal951311430.340.0800.4419520.1746.67
Hex5F838F22802Cc3142f
Octal13720321742100543032457
Binary10111111000001110001111100010100001011001100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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