Html Css Color HEX #5A6A58 Cactus

📋 copy color: '#5A6A58'

red 90 ◦ green 106 ◦ blue 88

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

Shades of Cactus #5A6A58

Tints of Cactus #5A6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 31.69%
G = 37.32%
B = 30.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#5A6A58 (or 0x5A6A58) is known color: Cactus. HEX triplet: 5A, 6A and 58. RGB value is (90,106,88). Sum of RGB (Red+Green+Blue) = 90+106+88=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A58 is #A595A7. Grayscale: #636363. Windows color (decimal): -10851752 or 5794394. OLE color: 5794394.

HSL color Cylindrical-coordinate representation of color #5A6A58: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6A58 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 106 88 -
CMYK 0.15 0 0.17 0.58
HSL 113.33º 0.09% 0.38% -
HSV(B) 113.33º 0.17% 0.42% -
XYZ 11.13 13.19 11.19 -
YUV 99.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 90 106 88 0.15 0 0.17 0.58 113.33 0.09 0.38
Hex 5A 6A 58 F 0 11 3A 71 9 26
Octal 132 152 130 17 0 21 72 161 11 46
Binary 1011010 1101010 1011000 1111 0 10001 111010 1110001 1001 100110

Color Harmonies of #5A6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6A58

Black with #5A6A58

Text Example


Text Example

White with #5A6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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