#53728A

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

Shades of Wedgewood #53728A

Tints of Wedgewood #53728A

Color information

#53728A (or 0x53728A) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 8A. RGB value is (83,114,138). Sum of RGB (Red+Green+Blue) = 83+114+138=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #53728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53728A is #AC8D75. Grayscale: #6B6B6B. Windows color (decimal): -11308406 or 9073235. OLE color: 9073235.

HSL color Cylindrical-coordinate representation of color #53728A: hue angle of 206.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53728A is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83114138-
CMYK0.400.1700.46
HSL206.18º24.89%43.33%-
HSV(B)206.18º39.86%54.12%-
XYZ14.1715.7126.33-
YUV107.47145.23110.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=24.78%
G=34.03%
B=41.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831141380.400.1700.46206.1824.8943.33
Hex53728A281102Ece192b
Octal12316221250210563163153
Binary10100111110010100010101010001000101011101100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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