Html Css Color HEX #52594B Cabbage Pont

📋 copy color: '#52594B'

red 82 ◦ green 89 ◦ blue 75

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

Shades of Cabbage Pont #52594B

Tints of Cabbage Pont #52594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 33.33%
G = 36.18%
B = 30.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#52594B (or 0x52594B) is known color: Cabbage Pont. HEX triplet: 52, 59 and 4B. RGB value is (82,89,75). Sum of RGB (Red+Green+Blue) = 82+89+75=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #52594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52594B is #ADA6B4. Grayscale: #555555. Windows color (decimal): -11380405 or 4938066. OLE color: 4938066.

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

Color convert

RGB 82 89 75 -
CMYK 0.08 0 0.16 0.65
HSL 90º 0.09% 0.32% -
HSV(B) 90º 0.16% 0.35% -
XYZ 8.32 9.45 8.04 -
YUV 85.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 82 89 75 0.08 0 0.16 0.65 90 0.09 0.32
Hex 52 59 4B 8 0 10 41 5A 9 20
Octal 122 131 113 10 0 20 101 132 11 40
Binary 1010010 1011001 1001011 1000 0 10000 1000001 1011010 1001 100000

Color Harmonies of #52594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52594B

Black with #52594B

Text Example


Text Example

White with #52594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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