#5A7768

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

Shades of Sirocco #5A7768

Tints of Sirocco #5A7768

Color information

#5A7768 (or 0x5A7768) is unknown color: approx Sirocco. HEX triplet: 5A, 77 and 68. RGB value is (90,119,104). Sum of RGB (Red+Green+Blue) = 90+119+104=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7768 is #A58897. Grayscale: #6C6C6C. Windows color (decimal): -10848408 or 6846298. OLE color: 6846298.

HSL color Cylindrical-coordinate representation of color #5A7768: hue angle of 148.97º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7768 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB90119104-
CMYK0.2400.130.53
HSL148.97º13.88%40.98%-
HSV(B)148.97º24.37%46.67%-
XYZ13.3116.3715.55-
YUV108.62125.39114.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=28.75%
G=38.02%
B=33.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901191040.2400.130.53148.9713.8840.98
Hex5A7768180D3595e29
Octal13216715030015652251651
Binary1011010111011111010001100001101110101100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,104); }

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

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

 a { background-color: rgb(90,119,104); }

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

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

 span { border-color: rgb(90,119,104); }

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