#53584E

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

Shades of Cabbage Pont #53584E

Tints of Cabbage Pont #53584E

Color information

#53584E (or 0x53584E) is unknown color: approx Cabbage Pont. HEX triplet: 53, 58 and 4E. RGB value is (83,88,78). Sum of RGB (Red+Green+Blue) = 83+88+78=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #53584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53584E is #ACA7B1. Grayscale: #555555. Windows color (decimal): -11315122 or 5134419. OLE color: 5134419.

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

Color convert

RGB838878-
CMYK0.0600.110.65
HSL90º6.02%32.55%-
HSV(B)90º11.36%34.51%-
XYZ8.439.378.57-
YUV85.36123.84126.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=33.33%
G=35.34%
B=31.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388780.0600.110.65906.0232.55
Hex53584E60B415a621
Octal1231301166013101132641
Binary1010011101100010011101100101110000011011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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