Html Css Color HEX #557053 Cactus

📋 copy color: '#557053'

red 85 ◦ green 112 ◦ blue 83

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

Shades of Cactus #557053

Tints of Cactus #557053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 30.36%
G = 40%
B = 29.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#557053 (or 0x557053) is known color: Cactus. HEX triplet: 55, 70 and 53. RGB value is (85,112,83). Sum of RGB (Red+Green+Blue) = 85+112+83=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #557053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557053 is #AA8FAC. Grayscale: #646464. Windows color (decimal): -11177901 or 5468245. OLE color: 5468245.

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

Color convert

RGB 85 112 83 -
CMYK 0.24 0 0.26 0.56
HSL 115.86º 0.15% 0.38% -
HSV(B) 115.86º 0.26% 0.44% -
XYZ 11.1 14.14 10.33 -
YUV 100.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 85 112 83 0.24 0 0.26 0.56 115.86 0.15 0.38
Hex 55 70 53 18 0 1A 38 74 F 26
Octal 125 160 123 30 0 32 70 164 17 46
Binary 1010101 1110000 1010011 11000 0 11010 111000 1110100 1111 100110

Color Harmonies of #557053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557053

Black with #557053

Text Example


Text Example

White with #557053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557053; }

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

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

background-color css

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

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

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

border-color css

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

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

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