#51738C

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

Shades of Wedgewood #51738C

Tints of Wedgewood #51738C

Color information

#51738C (or 0x51738C) is unknown color: approx Wedgewood. HEX triplet: 51, 73 and 8C. RGB value is (81,115,140). Sum of RGB (Red+Green+Blue) = 81+115+140=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #51738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51738C is #AE8C73. Grayscale: #6B6B6B. Windows color (decimal): -11439220 or 9204561. OLE color: 9204561.

HSL color Cylindrical-coordinate representation of color #51738C: hue angle of 205.42º degrees, saturation: 0.27, 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 #51738C is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81115140-
CMYK0.420.1800.45
HSL205.42º26.7%43.33%-
HSV(B)205.42º42.14%54.9%-
XYZ14.2615.927.13-
YUV107.68146.24108.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=24.11%
G=34.23%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811151400.420.1800.45205.4226.743.33
Hex51738C2A1202Dcd1b2b
Octal12116321452220553153353
Binary10100011110011100011001010101001001011011100110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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