#5C886D

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

Shades of Sirocco #5C886D

Tints of Sirocco #5C886D

Color information

#5C886D (or 0x5C886D) is unknown color: approx Sirocco. HEX triplet: 5C, 88 and 6D. RGB value is (92,136,109). Sum of RGB (Red+Green+Blue) = 92+136+109=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5C886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C886D is #A37792. Grayscale: #777777. Windows color (decimal): -10712979 or 7178332. OLE color: 7178332.

HSL color Cylindrical-coordinate representation of color #5C886D: hue angle of 143.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C886D is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB92136109-
CMYK0.3200.200.47
HSL143.18º19.3%44.71%-
HSV(B)143.18º32.35%53.33%-
XYZ15.9820.9917.68-
YUV119.77121.92108.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=27.30%
G=40.36%
B=32.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921361090.3200.200.47143.1819.344.71
Hex5C886D200142F8f132d
Octal13421015540024572172355
Binary10111001000100011011011000000101001011111000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,136,109); }

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

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

 a { background-color: rgb(92,136,109); }

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

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

 span { border-color: rgb(92,136,109); }

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