Html Css Color HEX #516C87 Wedgewood

📋 copy color: '#516C87'

red 81 ◦ green 108 ◦ blue 135

#516C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #516C87

Tints of Wedgewood #516C87

RGB

 RED value IS 81 (32.03% from 255) = 25%

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.40

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516C87 (or 0x516C87) is known color: Wedgewood. HEX triplet: 51, 6C and 87. RGB value is (81,108,135). Sum of RGB (Red+Green+Blue) = 81+108+135=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #516C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C87 is #AE9378. Grayscale: #666666. Windows color (decimal): -11441017 or 8875089. OLE color: 8875089.

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

Color convert

RGB 81 108 135 -
CMYK 0.40 0.2 0 0.47
HSL 210º 0.25% 0.42% -
HSV(B) 210º 0.4% 0.53% -
XYZ 13.13 14.22 24.98 -
YUV 103.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 81 108 135 0.40 0.2 0 0.47 210 0.25 0.42
Hex 51 6C 87 28 14 0 2F D2 19 2A
Octal 121 154 207 50 24 0 57 322 31 52
Binary 1010001 1101100 10000111 101000 10100 0 101111 11010010 11001 101010

Color Harmonies of #516C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C87

Black with #516C87

Text Example


Text Example

White with #516C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C87; }

 p { color: rgb(81,108,135); }

 H1.HeaderClassName
 {
   color: #516C87;
 }
 .AnyTagClassName
 {
   color: #516C87;
 }
</style>

background-color css

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

 a { background-color: rgb(81,108,135); }

 div.DivClassName
 {
   background-color: #516C87;
 }
 .BgClassName
 {
   background-color: #516C87;
 }
</style>

border-color css

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

 span { border-color: rgb(81,108,135); }

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