Html Css Color HEX #557B51 Cactus

📋 copy color: '#557B51'

red 85 ◦ green 123 ◦ blue 81

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

Shades of Cactus #557B51

Tints of Cactus #557B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.03%

R = 29.41%
G = 42.56%
B = 28.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#557B51 (or 0x557B51) is known color: Cactus. HEX triplet: 55, 7B and 51. RGB value is (85,123,81). Sum of RGB (Red+Green+Blue) = 85+123+81=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #557B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B51 is #AA84AE. Grayscale: #6A6A6A. Windows color (decimal): -11175087 or 5339989. OLE color: 5339989.

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

Color convert

RGB 85 123 81 -
CMYK 0.31 0 0.34 0.52
HSL 114.29º 0.21% 0.4% -
HSV(B) 114.29º 0.34% 0.48% -
XYZ 12.31 16.69 10.36 -
YUV 106.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 85 123 81 0.31 0 0.34 0.52 114.29 0.21 0.4
Hex 55 7B 51 1F 0 22 34 72 15 28
Octal 125 173 121 37 0 42 64 162 25 50
Binary 1010101 1111011 1010001 11111 0 100010 110100 1110010 10101 101000

Color Harmonies of #557B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B51

Black with #557B51

Text Example


Text Example

White with #557B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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