Html Css Color HEX #516D8C Wedgewood

📋 copy color: '#516D8C'

red 81 ◦ green 109 ◦ blue 140

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

Shades of Wedgewood #516D8C

Tints of Wedgewood #516D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 24.55%
G = 33.03%
B = 42.42%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#516D8C (or 0x516D8C) is known color: Wedgewood. HEX triplet: 51, 6D and 8C. RGB value is (81,109,140). Sum of RGB (Red+Green+Blue) = 81+109+140=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #516D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D8C is #AE9273. Grayscale: #686868. Windows color (decimal): -11440756 or 9203025. OLE color: 9203025.

HSL color Cylindrical-coordinate representation of color #516D8C: hue angle of 211.53º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #516D8C is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 109 140 -
CMYK 0.42 0.22 0 0.45
HSL 211.53º 0.27% 0.43% -
HSV(B) 211.53º 0.42% 0.55% -
XYZ 13.6 14.58 26.91 -
YUV 104.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 81 109 140 0.42 0.22 0 0.45 211.53 0.27 0.43
Hex 51 6D 8C 2A 16 0 2D D4 1B 2B
Octal 121 155 214 52 26 0 55 324 33 53
Binary 1010001 1101101 10001100 101010 10110 0 101101 11010100 11011 101011

Color Harmonies of #516D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D8C

Black with #516D8C

Text Example


Text Example

White with #516D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,140); }

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

background-color css

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

 a { background-color: rgb(81,109,140); }

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

border-color css

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

 span { border-color: rgb(81,109,140); }

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