#5D886C

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

Shades of Sirocco #5D886C

Tints of Sirocco #5D886C

Color information

#5D886C (or 0x5D886C) is unknown color: approx Sirocco. HEX triplet: 5D, 88 and 6C. RGB value is (93,136,108). Sum of RGB (Red+Green+Blue) = 93+136+108=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5D886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D886C is #A27793. Grayscale: #787878. Windows color (decimal): -10647444 or 7112797. OLE color: 7112797.

HSL color Cylindrical-coordinate representation of color #5D886C: hue angle of 140.93º 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 #5D886C is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB93136108-
CMYK0.3200.210.47
HSL140.93º18.78%44.9%-
HSV(B)140.93º31.62%53.33%-
XYZ16.0321.0217.4-
YUV119.95121.25108.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=27.60%
G=40.36%
B=32.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931361080.3200.210.47140.9318.7844.9
Hex5D886C200152F8d132d
Octal13521015440025572152355
Binary10111011000100011011001000000101011011111000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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