Html Css Color HEX #5A7064 Sirocco

📋 copy color: '#5A7064'

red 90 ◦ green 112 ◦ blue 100

#5A7064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #5A7064

Tints of Sirocco #5A7064

RGB

 RED value IS 90 (35.55% from 255) = 29.8%

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 29.8%
G = 37.09%
B = 33.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#5A7064 (or 0x5A7064) is known color: Sirocco. HEX triplet: 5A, 70 and 64. RGB value is (90,112,100). Sum of RGB (Red+Green+Blue) = 90+112+100=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7064 is #A58F9B. Grayscale: #686868. Windows color (decimal): -10850204 or 6582362. OLE color: 6582362.

HSL color Cylindrical-coordinate representation of color #5A7064: hue angle of 147.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A7064 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 112 100 -
CMYK 0.20 0 0.11 0.56
HSL 147.27º 0.11% 0.4% -
HSV(B) 147.27º 0.2% 0.44% -
XYZ 12.31 14.68 14.24 -
YUV 104.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 90 112 100 0.20 0 0.11 0.56 147.27 0.11 0.4
Hex 5A 70 64 14 0 B 38 93 B 28
Octal 132 160 144 24 0 13 70 223 13 50
Binary 1011010 1110000 1100100 10100 0 1011 111000 10010011 1011 101000

Color Harmonies of #5A7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7064

Black with #5A7064

Text Example


Text Example

White with #5A7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,100); }

 H1.HeaderClassName
 {
   color: #5A7064;
 }
 .AnyTagClassName
 {
   color: #5A7064;
 }
</style>

background-color css

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

 a { background-color: rgb(90,112,100); }

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

border-color css

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

 span { border-color: rgb(90,112,100); }

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