#53728E

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

Shades of Wedgewood #53728E

Tints of Wedgewood #53728E

Color information

#53728E (or 0x53728E) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 8E. RGB value is (83,114,142). Sum of RGB (Red+Green+Blue) = 83+114+142=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #53728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53728E is #AC8D71. Grayscale: #6B6B6B. Windows color (decimal): -11308402 or 9335379. OLE color: 9335379.

HSL color Cylindrical-coordinate representation of color #53728E: hue angle of 208.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53728E is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83114142-
CMYK0.420.2000.44
HSL208.47º26.22%44.12%-
HSV(B)208.47º41.55%55.69%-
XYZ14.4715.8327.88-
YUV107.92147.23110.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=24.48%
G=33.63%
B=41.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831141420.420.2000.44208.4726.2244.12
Hex53728E2A1402Cd01a2c
Octal12316221652240543203254
Binary10100111110010100011101010101010001011001101000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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