#53657D

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

Shades of Wedgewood #53657D

Tints of Wedgewood #53657D

Color information

#53657D (or 0x53657D) is unknown color: approx Wedgewood. HEX triplet: 53, 65 and 7D. RGB value is (83,101,125). Sum of RGB (Red+Green+Blue) = 83+101+125=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #53657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53657D is #AC9A82. Grayscale: #626262. Windows color (decimal): -11311747 or 8217939. OLE color: 8217939.

HSL color Cylindrical-coordinate representation of color #53657D: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53657D is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83101125-
CMYK0.340.1900.51
HSL214.29º20.19%40.78%-
HSV(B)214.29º33.6%49.02%-
XYZ11.9212.6321.21-
YUV98.35143.04117.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=26.86%
G=32.69%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831011250.340.1900.51214.2920.1940.78
Hex53657D2213033d61429
Octal12314517542230633262451
Binary1010011110010111111011000101001101100111101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53657D; }

 p { color: rgb(83,101,125); }

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

<style>
 a { background-color: #53657D; }

 a { background-color: rgb(83,101,125); }

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

<style>
 span { border-color: #53657D; }

 span { border-color: rgb(83,101,125); }

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