#51667B

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

Shades of Wedgewood #51667B

Tints of Wedgewood #51667B

Color information

#51667B (or 0x51667B) is unknown color: approx Wedgewood. HEX triplet: 51, 66 and 7B. RGB value is (81,102,123). Sum of RGB (Red+Green+Blue) = 81+102+123=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #51667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51667B is #AE9984. Grayscale: #626262. Windows color (decimal): -11442565 or 8087121. OLE color: 8087121.

HSL color Cylindrical-coordinate representation of color #51667B: hue angle of 210º 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 #51667B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81102123-
CMYK0.340.1700.52
HSL210º20.59%40%-
HSV(B)210º34.15%48.24%-
XYZ11.7212.6820.57-
YUV98.12142.04115.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=26.47%
G=33.33%
B=40.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811021230.340.1700.5221020.5940
Hex51667B2211034d21528
Octal12114617342210643222550
Binary1010001110011011110111000101000101101001101001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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