#53677B

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

Shades of Wedgewood #53677B

Tints of Wedgewood #53677B

Color information

#53677B (or 0x53677B) is unknown color: approx Wedgewood. HEX triplet: 53, 67 and 7B. RGB value is (83,103,123). Sum of RGB (Red+Green+Blue) = 83+103+123=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #53677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53677B is #AC9884. Grayscale: #636363. Windows color (decimal): -11311237 or 8087379. OLE color: 8087379.

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

Color convert

RGB83103123-
CMYK0.330.1600.52
HSL210º19.42%40.39%-
HSV(B)210º32.52%48.24%-
XYZ11.9912.9720.61-
YUV99.3141.37116.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=26.86%
G=33.33%
B=39.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831031230.330.1600.5221019.4240.39
Hex53677B2110034d21328
Octal12314717341200643222350
Binary1010011110011111110111000011000001101001101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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