#5B6A62

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

Shades of Sirocco #5B6A62

Tints of Sirocco #5B6A62

Color information

#5B6A62 (or 0x5B6A62) is unknown color: approx Sirocco. HEX triplet: 5B, 6A and 62. RGB value is (91,106,98). Sum of RGB (Red+Green+Blue) = 91+106+98=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A62 is #A4959D. Grayscale: #646464. Windows color (decimal): -10786206 or 6449755. OLE color: 6449755.

HSL color Cylindrical-coordinate representation of color #5B6A62: hue angle of 148º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B6A62 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB9110698-
CMYK0.1400.080.58
HSL148º7.61%38.63%-
HSV(B)148º14.15%41.57%-
XYZ11.6713.4113.53-
YUV100.6126.53121.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=30.85%
G=35.93%
B=33.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91106980.1400.080.581487.6138.63
Hex5B6A62E083A94827
Octal13315214216010722241047
Binary101101111010101100010111001000111010100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,98); }

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

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

 a { background-color: rgb(91,106,98); }

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

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

 span { border-color: rgb(91,106,98); }

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