Html Css Color HEX #557052 Cactus

📋 copy color: '#557052'

red 85 ◦ green 112 ◦ blue 82

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

Shades of Cactus #557052

Tints of Cactus #557052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 30.47%
G = 40.14%
B = 29.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#557052 (or 0x557052) is known color: Cactus. HEX triplet: 55, 70 and 52. RGB value is (85,112,82). Sum of RGB (Red+Green+Blue) = 85+112+82=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #557052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557052 is #AA8FAD. Grayscale: #646464. Windows color (decimal): -11177902 or 5402709. OLE color: 5402709.

HSL color Cylindrical-coordinate representation of color #557052: hue angle of 114º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557052 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 82 -
CMYK 0.24 0 0.27 0.56
HSL 114º 0.15% 0.38% -
HSV(B) 114º 0.27% 0.44% -
XYZ 11.06 14.13 10.13 -
YUV 100.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 85 112 82 0.24 0 0.27 0.56 114 0.15 0.38
Hex 55 70 52 18 0 1B 38 72 F 26
Octal 125 160 122 30 0 33 70 162 17 46
Binary 1010101 1110000 1010010 11000 0 11011 111000 1110010 1111 100110

Color Harmonies of #557052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557052

Black with #557052

Text Example


Text Example

White with #557052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557052; }

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

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

background-color css

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

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

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

border-color css

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

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

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