Html Css Color HEX #52584D Cabbage Pont

📋 copy color: '#52584D'

red 82 ◦ green 88 ◦ blue 77

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

Shades of Cabbage Pont #52584D

Tints of Cabbage Pont #52584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

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

R = 33.2%
G = 35.63%
B = 31.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#52584D (or 0x52584D) is known color: Cabbage Pont. HEX triplet: 52, 58 and 4D. RGB value is (82,88,77). Sum of RGB (Red+Green+Blue) = 82+88+77=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #52584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52584D is #ADA7B2. Grayscale: #545454. Windows color (decimal): -11380659 or 5068882. OLE color: 5068882.

HSL color Cylindrical-coordinate representation of color #52584D: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52584D is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 77 -
CMYK 0.07 0 0.12 0.65
HSL 92.73º 0.07% 0.32% -
HSV(B) 92.73º 0.13% 0.35% -
XYZ 8.31 9.31 8.38 -
YUV 84.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 82 88 77 0.07 0 0.12 0.65 92.73 0.07 0.32
Hex 52 58 4D 7 0 C 41 5D 7 20
Octal 122 130 115 7 0 14 101 135 7 40
Binary 1010010 1011000 1001101 111 0 1100 1000001 1011101 111 100000

Color Harmonies of #52584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52584D

Black with #52584D

Text Example


Text Example

White with #52584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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