Html Css Color HEX #557054 Cactus

📋 copy color: '#557054'

red 85 ◦ green 112 ◦ blue 84

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

Shades of Cactus #557054

Tints of Cactus #557054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 30.25%
G = 39.86%
B = 29.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#557054 (or 0x557054) is known color: Cactus. HEX triplet: 55, 70 and 54. RGB value is (85,112,84). Sum of RGB (Red+Green+Blue) = 85+112+84=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #557054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557054 is #AA8FAB. Grayscale: #646464. Windows color (decimal): -11177900 or 5533781. OLE color: 5533781.

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

Color convert

RGB 85 112 84 -
CMYK 0.24 0 0.25 0.56
HSL 117.86º 0.14% 0.38% -
HSV(B) 117.86º 0.25% 0.44% -
XYZ 11.14 14.16 10.53 -
YUV 100.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 85 112 84 0.24 0 0.25 0.56 117.86 0.14 0.38
Hex 55 70 54 18 0 19 38 76 E 26
Octal 125 160 124 30 0 31 70 166 16 46
Binary 1010101 1110000 1010100 11000 0 11001 111000 1110110 1110 100110

Color Harmonies of #557054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557054

Black with #557054

Text Example


Text Example

White with #557054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557054; }

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

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

background-color css

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

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

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

border-color css

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

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

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