#517488

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

Shades of Wedgewood #517488

Tints of Wedgewood #517488

Color information

#517488 (or 0x517488) is unknown color: approx Wedgewood. HEX triplet: 51, 74 and 88. RGB value is (81,116,136). Sum of RGB (Red+Green+Blue) = 81+116+136=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #517488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517488 is #AE8B77. Grayscale: #6B6B6B. Windows color (decimal): -11438968 or 8942673. OLE color: 8942673.

HSL color Cylindrical-coordinate representation of color #517488: hue angle of 201.82º 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 #517488 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81116136-
CMYK0.400.1500.47
HSL201.82º25.35%42.55%-
HSV(B)201.82º40.44%53.33%-
XYZ14.0816.0225.64-
YUV107.82143.9108.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=24.32%
G=34.83%
B=40.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811161360.400.1500.47201.8225.3542.55
Hex51748828F02Fca192b
Octal12116421050170573123153
Binary1010001111010010001000101000111101011111100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517488; }

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

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

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

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

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

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

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

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