#5F886C

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

Shades of Sirocco #5F886C

Tints of Sirocco #5F886C

Color information

#5F886C (or 0x5F886C) is unknown color: approx Sirocco. HEX triplet: 5F, 88 and 6C. RGB value is (95,136,108). Sum of RGB (Red+Green+Blue) = 95+136+108=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #5F886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F886C is #A07793. Grayscale: #787878. Windows color (decimal): -10516372 or 7112799. OLE color: 7112799.

HSL color Cylindrical-coordinate representation of color #5F886C: hue angle of 139.02º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F886C is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB95136108-
CMYK0.3000.210.47
HSL139.02º17.75%45.29%-
HSV(B)139.02º30.15%53.33%-
XYZ16.2321.1217.41-
YUV120.55120.92109.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=28.02%
G=40.12%
B=31.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951361080.3000.210.47139.0217.7545.29
Hex5F886C1E0152F8b122d
Octal13721015436025572132255
Binary1011111100010001101100111100101011011111000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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