#5F896E

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

Shades of Sirocco #5F896E

Tints of Sirocco #5F896E

Color information

#5F896E (or 0x5F896E) is unknown color: approx Sirocco. HEX triplet: 5F, 89 and 6E. RGB value is (95,137,110). Sum of RGB (Red+Green+Blue) = 95+137+110=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #5F896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F896E is #A07691. Grayscale: #797979. Windows color (decimal): -10516114 or 7244127. OLE color: 7244127.

HSL color Cylindrical-coordinate representation of color #5F896E: hue angle of 141.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F896E is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB95137110-
CMYK0.3100.200.46
HSL141.43º18.1%45.49%-
HSV(B)141.43º30.66%53.73%-
XYZ16.4821.4518.02-
YUV121.36121.59109.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=27.78%
G=40.06%
B=32.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951371100.3100.200.46141.4318.145.49
Hex5F896E1F0142E8d122d
Octal13721115637024562152255
Binary1011111100010011101110111110101001011101000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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