#5E886A

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

Shades of Sirocco #5E886A

Tints of Sirocco #5E886A

Color information

#5E886A (or 0x5E886A) is unknown color: approx Sirocco. HEX triplet: 5E, 88 and 6A. RGB value is (94,136,106). Sum of RGB (Red+Green+Blue) = 94+136+106=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #5E886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E886A is #A17795. Grayscale: #787878. Windows color (decimal): -10581910 or 6981726. OLE color: 6981726.

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

Color convert

RGB94136106-
CMYK0.3100.220.47
HSL137.14º18.26%45.1%-
HSV(B)137.14º30.88%53.33%-
XYZ16.0221.0316.85-
YUV120.02120.09109.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=27.98%
G=40.48%
B=31.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941361060.3100.220.47137.1418.2645.1
Hex5E886A1F0162F89122d
Octal13621015237026572112255
Binary1011110100010001101010111110101101011111000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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