#5D886A

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

Shades of Sirocco #5D886A

Tints of Sirocco #5D886A

Color information

#5D886A (or 0x5D886A) is unknown color: approx Sirocco. HEX triplet: 5D, 88 and 6A. RGB value is (93,136,106). Sum of RGB (Red+Green+Blue) = 93+136+106=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #5D886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D886A is #A27795. Grayscale: #777777. Windows color (decimal): -10647446 or 6981725. OLE color: 6981725.

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

Color convert

RGB93136106-
CMYK0.3200.220.47
HSL138.14º18.78%44.9%-
HSV(B)138.14º31.62%53.33%-
XYZ15.9220.9816.85-
YUV119.72120.25108.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.76%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=27.76%
G=40.60%
B=31.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931361060.3200.220.47138.1418.7844.9
Hex5D886A200162F8a132d
Octal13521015240026572122355
Binary10111011000100011010101000000101101011111000101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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