Html Css Color HEX #52564D Cabbage Pont

📋 copy color: '#52564D'

red 82 ◦ green 86 ◦ blue 77

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

Shades of Cabbage Pont #52564D

Tints of Cabbage Pont #52564D

RGB

 RED value IS 82 (32.42% from 255) = 33.47%

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 33.47%
G = 35.1%
B = 31.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#52564D (or 0x52564D) is known color: Cabbage Pont. HEX triplet: 52, 56 and 4D. RGB value is (82,86,77). Sum of RGB (Red+Green+Blue) = 82+86+77=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #52564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52564D is #ADA9B2. Grayscale: #535353. Windows color (decimal): -11381171 or 5068370. OLE color: 5068370.

HSL color Cylindrical-coordinate representation of color #52564D: hue angle of 86.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #52564D is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 77 -
CMYK 0.05 0 0.10 0.66
HSL 86.67º 0.06% 0.32% -
HSV(B) 86.67º 0.1% 0.34% -
XYZ 8.15 8.99 8.33 -
YUV 83.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 82 86 77 0.05 0 0.10 0.66 86.67 0.06 0.32
Hex 52 56 4D 5 0 A 42 57 6 20
Octal 122 126 115 5 0 12 102 127 6 40
Binary 1010010 1010110 1001101 101 0 1010 1000010 1010111 110 100000

Color Harmonies of #52564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52564D

Black with #52564D

Text Example


Text Example

White with #52564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52564D; }

 p { color: rgb(82,86,77); }

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

background-color css

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

 a { background-color: rgb(82,86,77); }

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

border-color css

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

 span { border-color: rgb(82,86,77); }

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