#51748B

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

Shades of Wedgewood #51748B

Tints of Wedgewood #51748B

Color information

#51748B (or 0x51748B) is unknown color: approx Wedgewood. HEX triplet: 51, 74 and 8B. RGB value is (81,116,139). Sum of RGB (Red+Green+Blue) = 81+116+139=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #51748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51748B is #AE8B74. Grayscale: #6C6C6C. Windows color (decimal): -11438965 or 9139281. OLE color: 9139281.

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

Color convert

RGB81116139-
CMYK0.420.1700.45
HSL203.79º26.36%43.14%-
HSV(B)203.79º41.73%54.51%-
XYZ14.316.126.78-
YUV108.16145.4108.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=24.11%
G=34.52%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811161390.420.1700.45203.7926.3643.14
Hex51748B2A1102Dcc1a2b
Octal12116421352210553143253
Binary10100011110100100010111010101000101011011100110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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