#51758F

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

Shades of Wedgewood #51758F

Tints of Wedgewood #51758F

Color information

#51758F (or 0x51758F) is unknown color: approx Wedgewood. HEX triplet: 51, 75 and 8F. RGB value is (81,117,143). Sum of RGB (Red+Green+Blue) = 81+117+143=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 143 - color contains mainly: blue. Hex color #51758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51758F is #AE8A70. Grayscale: #6D6D6D. Windows color (decimal): -11438705 or 9401681. OLE color: 9401681.

HSL color Cylindrical-coordinate representation of color #51758F: hue angle of 205.16º degrees, saturation: 0.28, 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 #51758F is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81117143-
CMYK0.430.1800.44
HSL205.16º27.68%43.92%-
HSV(B)205.16º43.36%56.08%-
XYZ14.7116.4628.39-
YUV109.2147.07107.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 143 (56.25% from 255) = 41.94%
R=23.75%
G=34.31%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811171430.430.1800.44205.1627.6843.92
Hex51758F2B1202Ccd1c2c
Octal12116521753220543153454
Binary10100011110101100011111010111001001011001100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51758F; }

 p { color: rgb(81,117,143); }

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

<style>
 a { background-color: #51758F; }

 a { background-color: rgb(81,117,143); }

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

<style>
 span { border-color: #51758F; }

 span { border-color: rgb(81,117,143); }

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