Html Css Color HEX #52594A Cabbage Pont

📋 copy color: '#52594A'

red 82 ◦ green 89 ◦ blue 74

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

Shades of Cabbage Pont #52594A

Tints of Cabbage Pont #52594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 33.47%
G = 36.33%
B = 30.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#52594A (or 0x52594A) is known color: Cabbage Pont. HEX triplet: 52, 59 and 4A. RGB value is (82,89,74). Sum of RGB (Red+Green+Blue) = 82+89+74=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #52594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52594A is #ADA6B5. Grayscale: #555555. Windows color (decimal): -11380406 or 4872530. OLE color: 4872530.

HSL color Cylindrical-coordinate representation of color #52594A: hue angle of 88º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #52594A is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 74 -
CMYK 0.08 0 0.17 0.65
HSL 88º 0.09% 0.32% -
HSV(B) 88º 0.17% 0.35% -
XYZ 8.29 9.43 7.86 -
YUV 85.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 82 89 74 0.08 0 0.17 0.65 88 0.09 0.32
Hex 52 59 4A 8 0 11 41 58 9 20
Octal 122 131 112 10 0 21 101 130 11 40
Binary 1010010 1011001 1001010 1000 0 10001 1000001 1011000 1001 100000

Color Harmonies of #52594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52594A

Black with #52594A

Text Example


Text Example

White with #52594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52594A; }

 p { color: rgb(82,89,74); }

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

background-color css

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

 a { background-color: rgb(82,89,74); }

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

border-color css

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

 span { border-color: rgb(82,89,74); }

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