#53594E

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

Shades of Cabbage Pont #53594E

Tints of Cabbage Pont #53594E

Color information

#53594E (or 0x53594E) is unknown color: approx Cabbage Pont. HEX triplet: 53, 59 and 4E. RGB value is (83,89,78). Sum of RGB (Red+Green+Blue) = 83+89+78=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #53594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53594E is #ACA6B1. Grayscale: #555555. Windows color (decimal): -11314866 or 5134675. OLE color: 5134675.

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

Color convert

RGB838978-
CMYK0.0700.120.65
HSL92.73º6.59%32.75%-
HSV(B)92.73º12.36%34.9%-
XYZ8.519.538.6-
YUV85.95123.51125.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=33.2%
G=35.6%
B=31.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389780.0700.120.6592.736.5932.75
Hex53594E70C415d721
Octal1231311167014101135741
Binary1010011101100110011101110110010000011011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53594E;
 }
 .AnyTagClassName
 {
   color: #53594E;
 }
</style>
background-color css

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

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

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

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

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

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