#51677C

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

Shades of Wedgewood #51677C

Tints of Wedgewood #51677C

Color information

#51677C (or 0x51677C) is unknown color: approx Wedgewood. HEX triplet: 51, 67 and 7C. RGB value is (81,103,124). Sum of RGB (Red+Green+Blue) = 81+103+124=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #51677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51677C is #AE9883. Grayscale: #626262. Windows color (decimal): -11442308 or 8152913. OLE color: 8152913.

HSL color Cylindrical-coordinate representation of color #51677C: hue angle of 209.3º 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 #51677C is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81103124-
CMYK0.350.1700.51
HSL209.3º20.98%40.2%-
HSV(B)209.3º34.68%48.63%-
XYZ11.8812.9120.93-
YUV98.82142.21115.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=26.30%
G=33.44%
B=40.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811031240.350.1700.51209.320.9840.2
Hex51677C2311033d11528
Octal12114717443210633212550
Binary1010001110011111111001000111000101100111101000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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