Html Css Color HEX #516C8B Wedgewood

📋 copy color: '#516C8B'

red 81 ◦ green 108 ◦ blue 139

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

Shades of Wedgewood #516C8B

Tints of Wedgewood #516C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 24.7%
G = 32.93%
B = 42.38%

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

#516C8B (or 0x516C8B) is known color: Wedgewood. HEX triplet: 51, 6C and 8B. RGB value is (81,108,139). Sum of RGB (Red+Green+Blue) = 81+108+139=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #516C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C8B is #AE9374. Grayscale: #676767. Windows color (decimal): -11441013 or 9137233. OLE color: 9137233.

HSL color Cylindrical-coordinate representation of color #516C8B: hue angle of 212.07º degrees, saturation: 0.26, 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 #516C8B is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 108 139 -
CMYK 0.42 0.22 0 0.45
HSL 212.07º 0.26% 0.43% -
HSV(B) 212.07º 0.42% 0.55% -
XYZ 13.42 14.34 26.49 -
YUV 103.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 81 108 139 0.42 0.22 0 0.45 212.07 0.26 0.43
Hex 51 6C 8B 2A 16 0 2D D4 1A 2B
Octal 121 154 213 52 26 0 55 324 32 53
Binary 1010001 1101100 10001011 101010 10110 0 101101 11010100 11010 101011

Color Harmonies of #516C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C8B

Black with #516C8B

Text Example


Text Example

White with #516C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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