Html Css Color HEX #516B84 Wedgewood

📋 copy color: '#516B84'

red 81 ◦ green 107 ◦ blue 132

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

Shades of Wedgewood #516B84

Tints of Wedgewood #516B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 25.31%
G = 33.44%
B = 41.25%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516B84 (or 0x516B84) is known color: Wedgewood. HEX triplet: 51, 6B and 84. RGB value is (81,107,132). Sum of RGB (Red+Green+Blue) = 81+107+132=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #516B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B84 is #AE947B. Grayscale: #656565. Windows color (decimal): -11441276 or 8678225. OLE color: 8678225.

HSL color Cylindrical-coordinate representation of color #516B84: hue angle of 209.41º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516B84 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 107 132 -
CMYK 0.39 0.19 0 0.48
HSL 209.41º 0.24% 0.42% -
HSV(B) 209.41º 0.39% 0.52% -
XYZ 12.82 13.93 23.84 -
YUV 102.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 81 107 132 0.39 0.19 0 0.48 209.41 0.24 0.42
Hex 51 6B 84 27 13 0 30 D1 18 2A
Octal 121 153 204 47 23 0 60 321 30 52
Binary 1010001 1101011 10000100 100111 10011 0 110000 11010001 11000 101010

Color Harmonies of #516B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B84

Black with #516B84

Text Example


Text Example

White with #516B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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