#5F856E

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

Shades of Sirocco #5F856E

Tints of Sirocco #5F856E

Color information

#5F856E (or 0x5F856E) is unknown color: approx Sirocco. HEX triplet: 5F, 85 and 6E. RGB value is (95,133,110). Sum of RGB (Red+Green+Blue) = 95+133+110=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #5F856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F856E is #A07A91. Grayscale: #777777. Windows color (decimal): -10517138 or 7243103. OLE color: 7243103.

HSL color Cylindrical-coordinate representation of color #5F856E: hue angle of 143.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F856E is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB95133110-
CMYK0.2900.170.48
HSL143.68º16.67%44.71%-
HSV(B)143.68º28.57%52.16%-
XYZ15.9220.3317.84-
YUV119.02122.91110.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.11%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=28.11%
G=39.35%
B=32.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331100.2900.170.48143.6816.6744.71
Hex5F856E1D0113090112d
Octal13720515635021602202155
Binary1011111100001011101110111010100011100001001000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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