Html Css Color HEX #556853 Cactus

📋 copy color: '#556853'

red 85 ◦ green 104 ◦ blue 83

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

Shades of Cactus #556853

Tints of Cactus #556853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 31.25%
G = 38.24%
B = 30.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#556853 (or 0x556853) is known color: Cactus. HEX triplet: 55, 68 and 53. RGB value is (85,104,83). Sum of RGB (Red+Green+Blue) = 85+104+83=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #556853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556853 is #AA97AC. Grayscale: #5F5F5F. Windows color (decimal): -11179949 or 5466197. OLE color: 5466197.

HSL color Cylindrical-coordinate representation of color #556853: hue angle of 114.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556853 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 83 -
CMYK 0.18 0 0.20 0.59
HSL 114.29º 0.11% 0.37% -
HSV(B) 114.29º 0.2% 0.41% -
XYZ 10.26 12.46 10.05 -
YUV 95.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 85 104 83 0.18 0 0.20 0.59 114.29 0.11 0.37
Hex 55 68 53 12 0 14 3B 72 B 25
Octal 125 150 123 22 0 24 73 162 13 45
Binary 1010101 1101000 1010011 10010 0 10100 111011 1110010 1011 100101

Color Harmonies of #556853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556853

Black with #556853

Text Example


Text Example

White with #556853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556853; }

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

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

background-color css

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

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

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

border-color css

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

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

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