Html Css Color HEX #5A816A Sirocco

📋 copy color: '#5A816A'

red 90 ◦ green 129 ◦ blue 106

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

Shades of Sirocco #5A816A

Tints of Sirocco #5A816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 27.69%
G = 39.69%
B = 32.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#5A816A (or 0x5A816A) is known color: Sirocco. HEX triplet: 5A, 81 and 6A. RGB value is (90,129,106). Sum of RGB (Red+Green+Blue) = 90+129+106=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #5A816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A816A is #A57E95. Grayscale: #727272. Windows color (decimal): -10845846 or 6979930. OLE color: 6979930.

HSL color Cylindrical-coordinate representation of color #5A816A: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A816A is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 129 106 -
CMYK 0.30 0 0.18 0.49
HSL 144.62º 0.18% 0.43% -
HSV(B) 144.62º 0.3% 0.51% -
XYZ 14.67 18.91 16.51 -
YUV 114.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 90 129 106 0.30 0 0.18 0.49 144.62 0.18 0.43
Hex 5A 81 6A 1E 0 12 31 91 12 2B
Octal 132 201 152 36 0 22 61 221 22 53
Binary 1011010 10000001 1101010 11110 0 10010 110001 10010001 10010 101011

Color Harmonies of #5A816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A816A

Black with #5A816A

Text Example


Text Example

White with #5A816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,129,106); }

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

background-color css

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

 a { background-color: rgb(90,129,106); }

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

border-color css

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

 span { border-color: rgb(90,129,106); }

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