#53718B

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

Shades of Wedgewood #53718B

Tints of Wedgewood #53718B

Color information

#53718B (or 0x53718B) is unknown color: approx Wedgewood. HEX triplet: 53, 71 and 8B. RGB value is (83,113,139). Sum of RGB (Red+Green+Blue) = 83+113+139=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #53718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53718B is #AC8E74. Grayscale: #6A6A6A. Windows color (decimal): -11308661 or 9138515. OLE color: 9138515.

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

Color convert

RGB83113139-
CMYK0.400.1900.45
HSL207.86º25.23%43.53%-
HSV(B)207.86º40.29%54.51%-
XYZ14.1315.5126.68-
YUV106.99146.06110.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=24.78%
G=33.73%
B=41.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831131390.400.1900.45207.8625.2343.53
Hex53718B281302Dd0192c
Octal12316121350230553203154
Binary10100111110001100010111010001001101011011101000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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