#5E6C66

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

Shades of Sirocco #5E6C66

Tints of Sirocco #5E6C66

Color information

#5E6C66 (or 0x5E6C66) is unknown color: approx Sirocco. HEX triplet: 5E, 6C and 66. RGB value is (94,108,102). Sum of RGB (Red+Green+Blue) = 94+108+102=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C66 is #A19399. Grayscale: #676767. Windows color (decimal): -10589082 or 6712414. OLE color: 6712414.

HSL color Cylindrical-coordinate representation of color #5E6C66: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E6C66 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB94108102-
CMYK0.1300.060.58
HSL154.29º6.93%39.61%-
HSV(B)154.29º12.96%42.35%-
XYZ12.3814.0614.63-
YUV103.13127.36121.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=30.92%
G=35.53%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal941081020.1300.060.58154.296.9339.61
Hex5E6C66D063A9a728
Octal136154146150672232750
Binary1011110110110011001101101011011101010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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