#53594D

Color #53594D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #53594D

Tints of Cabbage Pont #53594D

Color information

#53594D (or 0x53594D) is unknown color: approx 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

RGB838977-
CMYK0.0700.130.65
HSL90º7.23%32.55%-
HSV(B)90º13.48%34.9%-
XYZ8.489.528.41-
YUV85.84123.01125.98-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389770.0700.130.65907.2332.55
Hex53594D70D415a721
Octal1231311157015101132741
Binary1010011101100110011011110110110000011011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>