Html Css Color HEX #557850 Cactus

📋 copy color: '#557850'

red 85 ◦ green 120 ◦ blue 80

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

Shades of Cactus #557850

Tints of Cactus #557850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 29.82%
G = 42.11%
B = 28.07%

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

#557850 (or 0x557850) is known color: Cactus. HEX triplet: 55, 78 and 50. RGB value is (85,120,80). Sum of RGB (Red+Green+Blue) = 85+120+80=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #557850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557850 is #AA87AF. Grayscale: #696969. Windows color (decimal): -11175856 or 5273685. OLE color: 5273685.

HSL color Cylindrical-coordinate representation of color #557850: hue angle of 112.5º 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 #557850 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 80 -
CMYK 0.29 0 0.33 0.53
HSL 112.5º 0.2% 0.39% -
HSV(B) 112.5º 0.33% 0.47% -
XYZ 11.91 15.94 10.04 -
YUV 104.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 85 120 80 0.29 0 0.33 0.53 112.5 0.2 0.39
Hex 55 78 50 1D 0 21 35 70 14 27
Octal 125 170 120 35 0 41 65 160 24 47
Binary 1010101 1111000 1010000 11101 0 100001 110101 1110000 10100 100111

Color Harmonies of #557850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557850

Black with #557850

Text Example


Text Example

White with #557850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557850; }

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

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

background-color css

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

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

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

border-color css

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

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

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