Html Css Color HEX #516C88 Wedgewood

📋 copy color: '#516C88'

red 81 ◦ green 108 ◦ blue 136

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

Shades of Wedgewood #516C88

Tints of Wedgewood #516C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 24.92%
G = 33.23%
B = 41.85%

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

#516C88 (or 0x516C88) is known color: Wedgewood. HEX triplet: 51, 6C and 88. RGB value is (81,108,136). Sum of RGB (Red+Green+Blue) = 81+108+136=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #516C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C88 is #AE9377. Grayscale: #666666. Windows color (decimal): -11441016 or 8940625. OLE color: 8940625.

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

Color convert

RGB 81 108 136 -
CMYK 0.40 0.21 0 0.47
HSL 210.55º 0.25% 0.43% -
HSV(B) 210.55º 0.4% 0.53% -
XYZ 13.2 14.25 25.35 -
YUV 103.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 81 108 136 0.40 0.21 0 0.47 210.55 0.25 0.43
Hex 51 6C 88 28 15 0 2F D3 19 2B
Octal 121 154 210 50 25 0 57 323 31 53
Binary 1010001 1101100 10001000 101000 10101 0 101111 11010011 11001 101011

Color Harmonies of #516C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C88

Black with #516C88

Text Example


Text Example

White with #516C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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