#517088

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

Shades of Wedgewood #517088

Tints of Wedgewood #517088

Color information

#517088 (or 0x517088) is unknown color: approx Wedgewood. HEX triplet: 51, 70 and 88. RGB value is (81,112,136). Sum of RGB (Red+Green+Blue) = 81+112+136=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #517088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517088 is #AE8F77. Grayscale: #696969. Windows color (decimal): -11439992 or 8941649. OLE color: 8941649.

HSL color Cylindrical-coordinate representation of color #517088: hue angle of 206.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517088 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81112136-
CMYK0.400.1800.47
HSL206.18º25.35%42.55%-
HSV(B)206.18º40.44%53.33%-
XYZ13.6315.1225.49-
YUV105.47145.23110.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=24.62%
G=34.04%
B=41.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811121360.400.1800.47206.1825.3542.55
Hex517088281202Fce192b
Octal12116021050220573163153
Binary10100011110000100010001010001001001011111100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517088; }

 p { color: rgb(81,112,136); }

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

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

 a { background-color: rgb(81,112,136); }

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

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

 span { border-color: rgb(81,112,136); }

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