Html Css Color HEX #557750 Cactus

📋 copy color: '#557750'

red 85 ◦ green 119 ◦ blue 80

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

Shades of Cactus #557750

Tints of Cactus #557750

RGB

 RED value IS 85 (33.59% from 255) = 29.93%

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 29.93%
G = 41.9%
B = 28.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#557750 (or 0x557750) is known color: Cactus. HEX triplet: 55, 77 and 50. RGB value is (85,119,80). Sum of RGB (Red+Green+Blue) = 85+119+80=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #557750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557750 is #AA88AF. Grayscale: #686868. Windows color (decimal): -11176112 or 5273429. OLE color: 5273429.

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

Color convert

RGB 85 119 80 -
CMYK 0.29 0 0.33 0.53
HSL 112.31º 0.2% 0.39% -
HSV(B) 112.31º 0.33% 0.47% -
XYZ 11.79 15.7 10 -
YUV 104.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 85 119 80 0.29 0 0.33 0.53 112.31 0.2 0.39
Hex 55 77 50 1D 0 21 35 70 14 27
Octal 125 167 120 35 0 41 65 160 24 47
Binary 1010101 1110111 1010000 11101 0 100001 110101 1110000 10100 100111

Color Harmonies of #557750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557750

Black with #557750

Text Example


Text Example

White with #557750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557750; }

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

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

background-color css

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

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

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

border-color css

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

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

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