Html Css Color HEX #557B50 Cactus

📋 copy color: '#557B50'

red 85 ◦ green 123 ◦ blue 80

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

Shades of Cactus #557B50

Tints of Cactus #557B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.71%

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

R = 29.51%
G = 42.71%
B = 27.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#557B50 (or 0x557B50) is known color: Cactus. HEX triplet: 55, 7B and 50. RGB value is (85,123,80). Sum of RGB (Red+Green+Blue) = 85+123+80=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #557B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B50 is #AA84AF. Grayscale: #6A6A6A. Windows color (decimal): -11175088 or 5274453. OLE color: 5274453.

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

Color convert

RGB 85 123 80 -
CMYK 0.31 0 0.35 0.52
HSL 113.02º 0.21% 0.4% -
HSV(B) 113.02º 0.35% 0.48% -
XYZ 12.28 16.68 10.16 -
YUV 106.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 85 123 80 0.31 0 0.35 0.52 113.02 0.21 0.4
Hex 55 7B 50 1F 0 23 34 71 15 28
Octal 125 173 120 37 0 43 64 161 25 50
Binary 1010101 1111011 1010000 11111 0 100011 110100 1110001 10101 101000

Color Harmonies of #557B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B50

Black with #557B50

Text Example


Text Example

White with #557B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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