#51718A

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

Shades of Wedgewood #51718A

Tints of Wedgewood #51718A

Color information

#51718A (or 0x51718A) is unknown color: approx Wedgewood. HEX triplet: 51, 71 and 8A. RGB value is (81,113,138). Sum of RGB (Red+Green+Blue) = 81+113+138=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #51718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51718A is #AE8E75. Grayscale: #6A6A6A. Windows color (decimal): -11439734 or 9072977. OLE color: 9072977.

HSL color Cylindrical-coordinate representation of color #51718A: hue angle of 206.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51718A is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81113138-
CMYK0.410.1800.46
HSL206.32º26.03%42.94%-
HSV(B)206.32º41.3%54.12%-
XYZ13.8915.3926.28-
YUV106.28145.9109.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=24.40%
G=34.04%
B=41.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811131380.410.1800.46206.3226.0342.94
Hex51718A291202Ece1a2b
Octal12116121251220563163253
Binary10100011110001100010101010011001001011101100111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51718A; }

 p { color: rgb(81,113,138); }

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

<style>
 a { background-color: #51718A; }

 a { background-color: rgb(81,113,138); }

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

<style>
 span { border-color: #51718A; }

 span { border-color: rgb(81,113,138); }

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