#53677C

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

Shades of Wedgewood #53677C

Tints of Wedgewood #53677C

Color information

#53677C (or 0x53677C) is unknown color: approx Wedgewood. HEX triplet: 53, 67 and 7C. RGB value is (83,103,124). Sum of RGB (Red+Green+Blue) = 83+103+124=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #53677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53677C is #AC9883. Grayscale: #636363. Windows color (decimal): -11311236 or 8152915. OLE color: 8152915.

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

Color convert

RGB83103124-
CMYK0.330.1700.51
HSL210.73º19.81%40.59%-
HSV(B)210.73º33.06%48.63%-
XYZ12.0612.9920.94-
YUV99.41141.87116.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 124 (48.83% from 255) = 40%
R=26.77%
G=33.23%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831031240.330.1700.51210.7319.8140.59
Hex53677C2111033d31429
Octal12314717441210633232451
Binary1010011110011111111001000011000101100111101001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53677C; }

 p { color: rgb(83,103,124); }

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

<style>
 a { background-color: #53677C; }

 a { background-color: rgb(83,103,124); }

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

<style>
 span { border-color: #53677C; }

 span { border-color: rgb(83,103,124); }

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