#5A6C65

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

Shades of Sirocco #5A6C65

Tints of Sirocco #5A6C65

Color information

#5A6C65 (or 0x5A6C65) is unknown color: approx Sirocco. HEX triplet: 5A, 6C and 65. RGB value is (90,108,101). Sum of RGB (Red+Green+Blue) = 90+108+101=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C65 is #A5939A. Grayscale: #656565. Windows color (decimal): -10851227 or 6646874. OLE color: 6646874.

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

Color convert

RGB90108101-
CMYK0.1700.060.58
HSL156.67º9.09%38.82%-
HSV(B)156.67º16.67%42.35%-
XYZ11.9313.8414.35-
YUV101.82127.54119.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=30.10%
G=36.12%
B=33.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901081010.1700.060.58156.679.0938.82
Hex5A6C6511063A9d927
Octal1321541452106722351147
Binary101101011011001100101100010110111010100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,101); }

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

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

 a { background-color: rgb(90,108,101); }

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

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

 span { border-color: rgb(90,108,101); }

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