#53718A

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

Shades of Wedgewood #53718A

Tints of Wedgewood #53718A

Color information

#53718A (or 0x53718A) is unknown color: approx Wedgewood. HEX triplet: 53, 71 and 8A. RGB value is (83,113,138). Sum of RGB (Red+Green+Blue) = 83+113+138=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #53718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53718A is #AC8E75. Grayscale: #6A6A6A. Windows color (decimal): -11308662 or 9072979. OLE color: 9072979.

HSL color Cylindrical-coordinate representation of color #53718A: hue angle of 207.27º 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 #53718A is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83113138-
CMYK0.400.1800.46
HSL207.27º24.89%43.33%-
HSV(B)207.27º39.86%54.12%-
XYZ14.0615.4826.29-
YUV106.88145.56110.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=24.85%
G=33.83%
B=41.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831131380.400.1800.46207.2724.8943.33
Hex53718A281202Ecf192b
Octal12316121250220563173153
Binary10100111110001100010101010001001001011101100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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