#5A7365

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

Shades of Sirocco #5A7365

Tints of Sirocco #5A7365

Color information

#5A7365 (or 0x5A7365) is unknown color: approx Sirocco. HEX triplet: 5A, 73 and 65. RGB value is (90,115,101). Sum of RGB (Red+Green+Blue) = 90+115+101=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7365 is #A58C9A. Grayscale: #696969. Windows color (decimal): -10849435 or 6648666. OLE color: 6648666.

HSL color Cylindrical-coordinate representation of color #5A7365: hue angle of 146.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A7365 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB90115101-
CMYK0.2200.120.55
HSL146.4º12.2%40.2%-
HSV(B)146.4º21.74%45.1%-
XYZ12.715.3714.61-
YUV105.93125.22116.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=29.41%
G=37.58%
B=33.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901151010.2200.120.55146.412.240.2
Hex5A7365160C3792c28
Octal13216314526014672221450
Binary1011010111001111001011011001100110111100100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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