#5B7C66

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

Shades of Sirocco #5B7C66

Tints of Sirocco #5B7C66

Color information

#5B7C66 (or 0x5B7C66) is unknown color: approx Sirocco. HEX triplet: 5B, 7C and 66. RGB value is (91,124,102). Sum of RGB (Red+Green+Blue) = 91+124+102=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C66 is #A48399. Grayscale: #6F6F6F. Windows color (decimal): -10781594 or 6716507. OLE color: 6716507.

HSL color Cylindrical-coordinate representation of color #5B7C66: hue angle of 140º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7C66 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB91124102-
CMYK0.2700.180.51
HSL140º15.35%42.16%-
HSV(B)140º26.61%48.63%-
XYZ13.9217.615.23-
YUV111.62122.57113.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=28.71%
G=39.12%
B=32.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911241020.2700.180.5114015.3542.16
Hex5B7C661B012338cf2a
Octal13317414633022632141752
Binary10110111111100110011011011010010110011100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,102); }

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

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

 a { background-color: rgb(91,124,102); }

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

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

 span { border-color: rgb(91,124,102); }

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