#51667D

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

Shades of Wedgewood #51667D

Tints of Wedgewood #51667D

Color information

#51667D (or 0x51667D) is unknown color: approx Wedgewood. HEX triplet: 51, 66 and 7D. RGB value is (81,102,125). Sum of RGB (Red+Green+Blue) = 81+102+125=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #51667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51667D is #AE9982. Grayscale: #626262. Windows color (decimal): -11442563 or 8218193. OLE color: 8218193.

HSL color Cylindrical-coordinate representation of color #51667D: hue angle of 211.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51667D is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81102125-
CMYK0.350.1800.51
HSL211.36º21.36%40.39%-
HSV(B)211.36º35.2%49.02%-
XYZ11.8512.7321.24-
YUV98.34143.04115.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=26.30%
G=33.12%
B=40.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811021250.350.1800.51211.3621.3640.39
Hex51667D2312033d31528
Octal12114617543220633232550
Binary1010001110011011111011000111001001100111101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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