#5A6558

Color #5A6558 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5A6558

Tints of Cactus #5A6558

Color information

#5A6558 (or 0x5A6558) is unknown color: approx Cactus. HEX triplet: 5A, 65 and 58. RGB value is (90,101,88). Sum of RGB (Red+Green+Blue) = 90+101+88=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6558 is #A59AA7. Grayscale: #606060. Windows color (decimal): -10853032 or 5793114. OLE color: 5793114.

HSL color Cylindrical-coordinate representation of color #5A6558: hue angle of 110.77º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6558 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB9010188-
CMYK0.1100.130.60
HSL110.77º6.88%37.06%-
HSV(B)110.77º12.87%39.61%-
XYZ10.6312.1911.02-
YUV96.23123.36123.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=32.26%
G=36.20%
B=31.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101880.1100.130.60110.776.8837.06
Hex5A6558B0D3C6f725
Octal1321451301301574157745
Binary1011010110010110110001011011011111001101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A6558;
 }
 .AnyTagClassName
 {
   color: #5A6558;
 }
</style>
background-color css

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

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

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

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

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

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