Html Css Color HEX #5A6159 Cactus

📋 copy color: '#5A6159'

red 90 ◦ green 97 ◦ blue 89

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

Shades of Cactus #5A6159

Tints of Cactus #5A6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 32.61%
G = 35.14%
B = 32.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#5A6159 (or 0x5A6159) is known color: Cactus. HEX triplet: 5A, 61 and 59. RGB value is (90,97,89). Sum of RGB (Red+Green+Blue) = 90+97+89=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6159 is #A59EA6. Grayscale: #5E5E5E. Windows color (decimal): -10854055 or 5857626. OLE color: 5857626.

HSL color Cylindrical-coordinate representation of color #5A6159: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A6159 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 89 -
CMYK 0.07 0 0.08 0.62
HSL 112.5º 0.04% 0.36% -
HSV(B) 112.5º 0.08% 0.38% -
XYZ 10.29 11.44 11.12 -
YUV 94 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 90 97 89 0.07 0 0.08 0.62 112.5 0.04 0.36
Hex 5A 61 59 7 0 8 3E 70 4 24
Octal 132 141 131 7 0 10 76 160 4 44
Binary 1011010 1100001 1011001 111 0 1000 111110 1110000 100 100100

Color Harmonies of #5A6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6159

Black with #5A6159

Text Example


Text Example

White with #5A6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,89); }

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

background-color css

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

 a { background-color: rgb(90,97,89); }

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

border-color css

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

 span { border-color: rgb(90,97,89); }

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