#577B53

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

Shades of Cactus #577B53

Tints of Cactus #577B53

Color information

#577B53 (or 0x577B53) is unknown color: approx Cactus. HEX triplet: 57, 7B and 53. RGB value is (87,123,83). Sum of RGB (Red+Green+Blue) = 87+123+83=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #577B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B53 is #A884AC. Grayscale: #6B6B6B. Windows color (decimal): -11044013 or 5471063. OLE color: 5471063.

HSL color Cylindrical-coordinate representation of color #577B53: hue angle of 114º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577B53 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB8712383-
CMYK0.2900.330.52
HSL114º19.42%40.39%-
HSV(B)114º32.52%48.24%-
XYZ12.5716.8210.77-
YUV107.68114.07113.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=29.69%
G=41.98%
B=28.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87123830.2900.330.5211419.4240.39
Hex577B531D02134721328
Octal12717312335041641622350
Binary101011111110111010011111010100001110100111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577B53; }

 p { color: rgb(87,123,83); }

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

<style>
 a { background-color: #577B53; }

 a { background-color: rgb(87,123,83); }

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

<style>
 span { border-color: #577B53; }

 span { border-color: rgb(87,123,83); }

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