#51657B

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

Shades of Wedgewood #51657B

Tints of Wedgewood #51657B

Color information

#51657B (or 0x51657B) is unknown color: approx Wedgewood. HEX triplet: 51, 65 and 7B. RGB value is (81,101,123). Sum of RGB (Red+Green+Blue) = 81+101+123=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #51657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51657B is #AE9A84. Grayscale: #616161. Windows color (decimal): -11442821 or 8086865. OLE color: 8086865.

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

Color convert

RGB81101123-
CMYK0.340.1800.52
HSL211.43º20.59%40%-
HSV(B)211.43º34.15%48.24%-
XYZ11.6212.4920.54-
YUV97.53142.37116.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=26.56%
G=33.11%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811011230.340.1800.52211.4320.5940
Hex51657B2212034d31528
Octal12114517342220643232550
Binary1010001110010111110111000101001001101001101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,101,123); }

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

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

 a { background-color: rgb(81,101,123); }

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

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

 span { border-color: rgb(81,101,123); }

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