Html Css Color HEX #516B87 Wedgewood

📋 copy color: '#516B87'

red 81 ◦ green 107 ◦ blue 135

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

Shades of Wedgewood #516B87

Tints of Wedgewood #516B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

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

R = 25.08%
G = 33.13%
B = 41.8%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516B87 (or 0x516B87) is known color: Wedgewood. HEX triplet: 51, 6B and 87. RGB value is (81,107,135). Sum of RGB (Red+Green+Blue) = 81+107+135=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #516B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B87 is #AE9478. Grayscale: #666666. Windows color (decimal): -11441273 or 8874833. OLE color: 8874833.

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

Color convert

RGB 81 107 135 -
CMYK 0.40 0.21 0 0.47
HSL 211.11º 0.25% 0.42% -
HSV(B) 211.11º 0.4% 0.53% -
XYZ 13.02 14.01 24.94 -
YUV 102.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 81 107 135 0.40 0.21 0 0.47 211.11 0.25 0.42
Hex 51 6B 87 28 15 0 2F D3 19 2A
Octal 121 153 207 50 25 0 57 323 31 52
Binary 1010001 1101011 10000111 101000 10101 0 101111 11010011 11001 101010

Color Harmonies of #516B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B87

Black with #516B87

Text Example


Text Example

White with #516B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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