#53584D

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

Shades of Cabbage Pont #53584D

Tints of Cabbage Pont #53584D

Color information

#53584D (or 0x53584D) is unknown color: approx Cabbage Pont. HEX triplet: 53, 58 and 4D. RGB value is (83,88,77). Sum of RGB (Red+Green+Blue) = 83+88+77=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #53584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53584D is #ACA7B2. Grayscale: #555555. Windows color (decimal): -11315123 or 5068883. OLE color: 5068883.

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

Color convert

RGB838877-
CMYK0.0600.120.65
HSL87.27º6.67%32.35%-
HSV(B)87.27º12.5%34.51%-
XYZ8.49.358.38-
YUV85.25123.34126.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=33.47%
G=35.48%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388770.0600.120.6587.276.6732.35
Hex53584D60C4157720
Octal1231301156014101127740
Binary1010011101100010011011100110010000011010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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