Html Css Color HEX #557C50 Cactus

📋 copy color: '#557C50'

red 85 ◦ green 124 ◦ blue 80

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

Shades of Cactus #557C50

Tints of Cactus #557C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.91%

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

R = 29.41%
G = 42.91%
B = 27.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#557C50 (or 0x557C50) is known color: Cactus. HEX triplet: 55, 7C and 50. RGB value is (85,124,80). Sum of RGB (Red+Green+Blue) = 85+124+80=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #557C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C50 is #AA83AF. Grayscale: #6B6B6B. Windows color (decimal): -11174832 or 5274709. OLE color: 5274709.

HSL color Cylindrical-coordinate representation of color #557C50: hue angle of 113.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557C50 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 80 -
CMYK 0.31 0 0.35 0.51
HSL 113.18º 0.22% 0.4% -
HSV(B) 113.18º 0.35% 0.49% -
XYZ 12.4 16.93 10.2 -
YUV 107.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 85 124 80 0.31 0 0.35 0.51 113.18 0.22 0.4
Hex 55 7C 50 1F 0 23 33 71 16 28
Octal 125 174 120 37 0 43 63 161 26 50
Binary 1010101 1111100 1010000 11111 0 100011 110011 1110001 10110 101000

Color Harmonies of #557C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C50

Black with #557C50

Text Example


Text Example

White with #557C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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