#5A6B62

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

Shades of Sirocco #5A6B62

Tints of Sirocco #5A6B62

Color information

#5A6B62 (or 0x5A6B62) is unknown color: approx Sirocco. HEX triplet: 5A, 6B and 62. RGB value is (90,107,98). Sum of RGB (Red+Green+Blue) = 90+107+98=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B62 is #A5949D. Grayscale: #646464. Windows color (decimal): -10851486 or 6450010. OLE color: 6450010.

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

Color convert

RGB9010798-
CMYK0.1600.080.58
HSL148.24º8.63%38.63%-
HSV(B)148.24º15.89%41.96%-
XYZ11.6813.5713.56-
YUV100.89126.37120.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=30.51%
G=36.27%
B=33.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107980.1600.080.58148.248.6338.63
Hex5A6B6210083A94927
Octal13215314220010722241147
Binary1011010110101111000101000001000111010100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,98); }

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

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

 a { background-color: rgb(90,107,98); }

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

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

 span { border-color: rgb(90,107,98); }

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