#5A6552

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

Shades of Cactus #5A6552

Tints of Cactus #5A6552

Color information

#5A6552 (or 0x5A6552) is unknown color: approx Cactus. HEX triplet: 5A, 65 and 52. RGB value is (90,101,82). Sum of RGB (Red+Green+Blue) = 90+101+82=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6552 is #A59AAD. Grayscale: #5F5F5F. Windows color (decimal): -10853038 or 5399898. OLE color: 5399898.

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

Color convert

RGB9010182-
CMYK0.1100.190.60
HSL94.74º10.38%35.88%-
HSV(B)94.74º18.81%39.61%-
XYZ10.3912.099.77-
YUV95.54120.36124.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=32.97%
G=37.00%
B=30.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101820.1100.190.6094.7410.3835.88
Hex5A6552B0133C5fa24
Octal13214512213023741371244
Binary101101011001011010010101101001111110010111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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