#53667A

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

Shades of Wedgewood #53667A

Tints of Wedgewood #53667A

Color information

#53667A (or 0x53667A) is unknown color: approx Wedgewood. HEX triplet: 53, 66 and 7A. RGB value is (83,102,122). Sum of RGB (Red+Green+Blue) = 83+102+122=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #53667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53667A is #AC9985. Grayscale: #626262. Windows color (decimal): -11311494 or 8021587. OLE color: 8021587.

HSL color Cylindrical-coordinate representation of color #53667A: hue angle of 210.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53667A is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83102122-
CMYK0.320.1600.52
HSL210.77º19.02%40.2%-
HSV(B)210.77º31.97%47.84%-
XYZ11.8312.7520.25-
YUV98.6141.21116.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=27.04%
G=33.22%
B=39.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831021220.320.1600.52210.7719.0240.2
Hex53667A2010034d31328
Octal12314617240200643232350
Binary1010011110011011110101000001000001101001101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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