Html Css Color HEX #5A7969 Sirocco

📋 copy color: '#5A7969'

red 90 ◦ green 121 ◦ blue 105

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

Shades of Sirocco #5A7969

Tints of Sirocco #5A7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 28.48%
G = 38.29%
B = 33.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#5A7969 (or 0x5A7969) is known color: Sirocco. HEX triplet: 5A, 79 and 69. RGB value is (90,121,105). Sum of RGB (Red+Green+Blue) = 90+121+105=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7969 is #A58696. Grayscale: #6D6D6D. Windows color (decimal): -10847895 or 6912346. OLE color: 6912346.

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

Color convert

RGB 90 121 105 -
CMYK 0.26 0 0.13 0.53
HSL 149.03º 0.15% 0.41% -
HSV(B) 149.03º 0.26% 0.47% -
XYZ 13.6 16.87 15.9 -
YUV 109.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 90 121 105 0.26 0 0.13 0.53 149.03 0.15 0.41
Hex 5A 79 69 1A 0 D 35 95 F 29
Octal 132 171 151 32 0 15 65 225 17 51
Binary 1011010 1111001 1101001 11010 0 1101 110101 10010101 1111 101001

Color Harmonies of #5A7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7969

Black with #5A7969

Text Example


Text Example

White with #5A7969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,121,105); }

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

background-color css

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

 a { background-color: rgb(90,121,105); }

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

border-color css

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

 span { border-color: rgb(90,121,105); }

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