#51738E

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

Shades of Wedgewood #51738E

Tints of Wedgewood #51738E

Color information

#51738E (or 0x51738E) is unknown color: approx Wedgewood. HEX triplet: 51, 73 and 8E. RGB value is (81,115,142). Sum of RGB (Red+Green+Blue) = 81+115+142=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #51738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51738E is #AE8C71. Grayscale: #6B6B6B. Windows color (decimal): -11439218 or 9335633. OLE color: 9335633.

HSL color Cylindrical-coordinate representation of color #51738E: hue angle of 206.56º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51738E is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81115142-
CMYK0.430.1900.44
HSL206.56º27.35%43.73%-
HSV(B)206.56º42.96%55.69%-
XYZ14.4115.9627.91-
YUV107.91147.24108.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=23.96%
G=34.02%
B=42.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811151420.430.1900.44206.5627.3543.73
Hex51738E2B1302Ccf1b2c
Octal12116321653230543173354
Binary10100011110011100011101010111001101011001100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51738E; }

 p { color: rgb(81,115,142); }

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

<style>
 a { background-color: #51738E; }

 a { background-color: rgb(81,115,142); }

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

<style>
 span { border-color: #51738E; }

 span { border-color: rgb(81,115,142); }

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