Html Css Color HEX #557B52 Cactus

📋 copy color: '#557B52'

red 85 ◦ green 123 ◦ blue 82

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

Shades of Cactus #557B52

Tints of Cactus #557B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 29.31%
G = 42.41%
B = 28.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#557B52 (or 0x557B52) is known color: Cactus. HEX triplet: 55, 7B and 52. RGB value is (85,123,82). Sum of RGB (Red+Green+Blue) = 85+123+82=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #557B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B52 is #AA84AD. Grayscale: #6B6B6B. Windows color (decimal): -11175086 or 5405525. OLE color: 5405525.

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

Color convert

RGB 85 123 82 -
CMYK 0.31 0 0.33 0.52
HSL 115.61º 0.2% 0.4% -
HSV(B) 115.61º 0.33% 0.48% -
XYZ 12.35 16.71 10.56 -
YUV 106.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 85 123 82 0.31 0 0.33 0.52 115.61 0.2 0.4
Hex 55 7B 52 1F 0 21 34 74 14 28
Octal 125 173 122 37 0 41 64 164 24 50
Binary 1010101 1111011 1010010 11111 0 100001 110100 1110100 10100 101000

Color Harmonies of #557B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B52

Black with #557B52

Text Example


Text Example

White with #557B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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