#5E856B

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

Shades of Sirocco #5E856B

Tints of Sirocco #5E856B

Color information

#5E856B (or 0x5E856B) is unknown color: approx Sirocco. HEX triplet: 5E, 85 and 6B. RGB value is (94,133,107). Sum of RGB (Red+Green+Blue) = 94+133+107=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #5E856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E856B is #A17A94. Grayscale: #767676. Windows color (decimal): -10582677 or 7046494. OLE color: 7046494.

HSL color Cylindrical-coordinate representation of color #5E856B: hue angle of 140º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E856B is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB94133107-
CMYK0.2900.200.48
HSL140º17.18%44.51%-
HSV(B)140º29.32%52.16%-
XYZ15.6620.2216.99-
YUV118.38121.58110.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=28.14%
G=39.82%
B=32.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941331070.2900.200.4814017.1844.51
Hex5E856B1D014308c112d
Octal13620515335024602142155
Binary1011110100001011101011111010101001100001000110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,107); }

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

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

 a { background-color: rgb(94,133,107); }

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

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

 span { border-color: rgb(94,133,107); }

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