#53728B

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

Shades of Wedgewood #53728B

Tints of Wedgewood #53728B

Color information

#53728B (or 0x53728B) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 8B. RGB value is (83,114,139). Sum of RGB (Red+Green+Blue) = 83+114+139=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #53728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53728B is #AC8D74. Grayscale: #6B6B6B. Windows color (decimal): -11308405 or 9138771. OLE color: 9138771.

HSL color Cylindrical-coordinate representation of color #53728B: hue angle of 206.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53728B is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83114139-
CMYK0.400.1800.45
HSL206.79º25.23%43.53%-
HSV(B)206.79º40.29%54.51%-
XYZ14.2415.7426.71-
YUV107.58145.73110.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=24.70%
G=33.93%
B=41.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831141390.400.1800.45206.7925.2343.53
Hex53728B281202Dcf192c
Octal12316221350220553173154
Binary10100111110010100010111010001001001011011100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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