Html Css Color HEX #577755 Cactus

📋 copy color: '#577755'

red 87 ◦ green 119 ◦ blue 85

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

Shades of Cactus #577755

Tints of Cactus #577755

RGB

 RED value IS 87 (34.38% from 255) = 29.9%

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 29.9%
G = 40.89%
B = 29.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#577755 (or 0x577755) is known color: Cactus. HEX triplet: 57, 77 and 55. RGB value is (87,119,85). Sum of RGB (Red+Green+Blue) = 87+119+85=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #577755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577755 is #A888AA. Grayscale: #696969. Windows color (decimal): -11045035 or 5601111. OLE color: 5601111.

HSL color Cylindrical-coordinate representation of color #577755: hue angle of 116.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577755 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 85 -
CMYK 0.27 0 0.29 0.53
HSL 116.47º 0.17% 0.4% -
HSV(B) 116.47º 0.29% 0.47% -
XYZ 12.17 15.88 11.02 -
YUV 105.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 87 119 85 0.27 0 0.29 0.53 116.47 0.17 0.4
Hex 57 77 55 1B 0 1D 35 74 11 28
Octal 127 167 125 33 0 35 65 164 21 50
Binary 1010111 1110111 1010101 11011 0 11101 110101 1110100 10001 101000

Color Harmonies of #577755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577755

Black with #577755

Text Example


Text Example

White with #577755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577755; }

 p { color: rgb(87,119,85); }

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

background-color css

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

 a { background-color: rgb(87,119,85); }

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

border-color css

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

 span { border-color: rgb(87,119,85); }

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