#53667D

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

Shades of Wedgewood #53667D

Tints of Wedgewood #53667D

Color information

#53667D (or 0x53667D) is unknown color: approx Wedgewood. HEX triplet: 53, 66 and 7D. RGB value is (83,102,125). Sum of RGB (Red+Green+Blue) = 83+102+125=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #53667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53667D is #AC9982. Grayscale: #626262. Windows color (decimal): -11311491 or 8218195. OLE color: 8218195.

HSL color Cylindrical-coordinate representation of color #53667D: hue angle of 212.86º 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 #53667D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83102125-
CMYK0.340.1800.51
HSL212.86º20.19%40.78%-
HSV(B)212.86º33.6%49.02%-
XYZ12.0212.8221.24-
YUV98.94142.71116.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=26.77%
G=32.90%
B=40.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831021250.340.1800.51212.8620.1940.78
Hex53667D2212033d51429
Octal12314617542220633252451
Binary1010011110011011111011000101001001100111101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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