#5E866C

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

Shades of Sirocco #5E866C

Tints of Sirocco #5E866C

Color information

#5E866C (or 0x5E866C) is unknown color: approx Sirocco. HEX triplet: 5E, 86 and 6C. RGB value is (94,134,108). Sum of RGB (Red+Green+Blue) = 94+134+108=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #5E866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E866C is #A17993. Grayscale: #777777. Windows color (decimal): -10582420 or 7112286. OLE color: 7112286.

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

Color convert

RGB94134108-
CMYK0.3000.190.47
HSL141º17.54%44.71%-
HSV(B)141º29.85%52.55%-
XYZ15.8520.5117.31-
YUV119.08121.75110.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=27.98%
G=39.88%
B=32.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941341080.3000.190.4714117.5444.71
Hex5E866C1E0132F8d122d
Octal13620615436023572152255
Binary1011110100001101101100111100100111011111000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,134,108); }

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

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

 a { background-color: rgb(94,134,108); }

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

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

 span { border-color: rgb(94,134,108); }

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