#51708B

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

Shades of Wedgewood #51708B

Tints of Wedgewood #51708B

Color information

#51708B (or 0x51708B) is unknown color: approx Wedgewood. HEX triplet: 51, 70 and 8B. RGB value is (81,112,139). Sum of RGB (Red+Green+Blue) = 81+112+139=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #51708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51708B is #AE8F74. Grayscale: #696969. Windows color (decimal): -11439989 or 9138257. OLE color: 9138257.

HSL color Cylindrical-coordinate representation of color #51708B: hue angle of 207.93º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51708B is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81112139-
CMYK0.420.1900.45
HSL207.93º26.36%43.14%-
HSV(B)207.93º41.73%54.51%-
XYZ13.8515.226.63-
YUV105.81146.73110.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=24.40%
G=33.73%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811121390.420.1900.45207.9326.3643.14
Hex51708B2A1302Dd01a2b
Octal12116021352230553203253
Binary10100011110000100010111010101001101011011101000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,112,139); }

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

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

 a { background-color: rgb(81,112,139); }

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

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

 span { border-color: rgb(81,112,139); }

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