Html Css Color HEX #53594D Cabbage Pont

📋 copy color: '#53594D'

red 83 ◦ green 89 ◦ blue 77

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

Shades of Cabbage Pont #53594D

Tints of Cabbage Pont #53594D

RGB

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

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

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

R = 33.33%
G = 35.74%
B = 30.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#53594D (or 0x53594D) is known color: Cabbage Pont. HEX triplet: 53, 59 and 4D. RGB value is (83,89,77). Sum of RGB (Red+Green+Blue) = 83+89+77=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #53594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53594D is #ACA6B2. Grayscale: #555555. Windows color (decimal): -11314867 or 5069139. OLE color: 5069139.

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

Color convert

RGB 83 89 77 -
CMYK 0.07 0 0.13 0.65
HSL 90º 0.07% 0.33% -
HSV(B) 90º 0.13% 0.35% -
XYZ 8.48 9.52 8.41 -
YUV 85.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 83 89 77 0.07 0 0.13 0.65 90 0.07 0.33
Hex 53 59 4D 7 0 D 41 5A 7 21
Octal 123 131 115 7 0 15 101 132 7 41
Binary 1010011 1011001 1001101 111 0 1101 1000001 1011010 111 100001

Color Harmonies of #53594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53594D

Black with #53594D

Text Example


Text Example

White with #53594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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