#53728D

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

Shades of Wedgewood #53728D

Tints of Wedgewood #53728D

Color information

#53728D (or 0x53728D) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 8D. RGB value is (83,114,141). Sum of RGB (Red+Green+Blue) = 83+114+141=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #53728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53728D is #AC8D72. Grayscale: #6B6B6B. Windows color (decimal): -11308403 or 9269843. OLE color: 9269843.

HSL color Cylindrical-coordinate representation of color #53728D: hue angle of 207.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53728D is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83114141-
CMYK0.410.1900.45
HSL207.93º25.89%43.92%-
HSV(B)207.93º41.13%55.29%-
XYZ14.3915.827.49-
YUV107.81146.73110.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=24.56%
G=33.73%
B=41.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831141410.410.1900.45207.9325.8943.92
Hex53728D291302Dd01a2c
Octal12316221551230553203254
Binary10100111110010100011011010011001101011011101000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,114,141); }

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

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

 a { background-color: rgb(83,114,141); }

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

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

 span { border-color: rgb(83,114,141); }

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