Html Css Color HEX #557653 Cactus

📋 copy color: '#557653'

red 85 ◦ green 118 ◦ blue 83

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

Shades of Cactus #557653

Tints of Cactus #557653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

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

R = 29.72%
G = 41.26%
B = 29.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#557653 (or 0x557653) is known color: Cactus. HEX triplet: 55, 76 and 53. RGB value is (85,118,83). Sum of RGB (Red+Green+Blue) = 85+118+83=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #557653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557653 is #AA89AC. Grayscale: #686868. Windows color (decimal): -11176365 or 5469781. OLE color: 5469781.

HSL color Cylindrical-coordinate representation of color #557653: hue angle of 116.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557653 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 83 -
CMYK 0.28 0 0.30 0.54
HSL 116.57º 0.17% 0.39% -
HSV(B) 116.57º 0.3% 0.46% -
XYZ 11.79 15.51 10.56 -
YUV 104.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 85 118 83 0.28 0 0.30 0.54 116.57 0.17 0.39
Hex 55 76 53 1C 0 1E 36 75 11 27
Octal 125 166 123 34 0 36 66 165 21 47
Binary 1010101 1110110 1010011 11100 0 11110 110110 1110101 10001 100111

Color Harmonies of #557653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557653

Black with #557653

Text Example


Text Example

White with #557653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557653; }

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

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

background-color css

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

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

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

border-color css

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

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

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