Html Css Color HEX #53594C Cabbage Pont

📋 copy color: '#53594C'

red 83 ◦ green 89 ◦ blue 76

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

Shades of Cabbage Pont #53594C

Tints of Cabbage Pont #53594C

RGB

 RED value IS 83 (32.81% from 255) = 33.47%

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

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 33.47%
G = 35.89%
B = 30.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#53594C (or 0x53594C) is known color: Cabbage Pont. HEX triplet: 53, 59 and 4C. RGB value is (83,89,76). Sum of RGB (Red+Green+Blue) = 83+89+76=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #53594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53594C is #ACA6B3. Grayscale: #555555. Windows color (decimal): -11314868 or 5003603. OLE color: 5003603.

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

Color convert

RGB 83 89 76 -
CMYK 0.07 0 0.15 0.65
HSL 87.69º 0.08% 0.32% -
HSV(B) 87.69º 0.15% 0.35% -
XYZ 8.44 9.51 8.23 -
YUV 85.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 83 89 76 0.07 0 0.15 0.65 87.69 0.08 0.32
Hex 53 59 4C 7 0 F 41 58 8 20
Octal 123 131 114 7 0 17 101 130 10 40
Binary 1010011 1011001 1001100 111 0 1111 1000001 1011000 1000 100000

Color Harmonies of #53594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53594C

Black with #53594C

Text Example


Text Example

White with #53594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53594C; }

 p { color: rgb(83,89,76); }

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

background-color css

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

 a { background-color: rgb(83,89,76); }

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

border-color css

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

 span { border-color: rgb(83,89,76); }

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