Html Css Color HEX #516C83 Wedgewood

📋 copy color: '#516C83'

red 81 ◦ green 108 ◦ blue 131

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

Shades of Wedgewood #516C83

Tints of Wedgewood #516C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 25.31%
G = 33.75%
B = 40.94%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516C83 (or 0x516C83) is known color: Wedgewood. HEX triplet: 51, 6C and 83. RGB value is (81,108,131). Sum of RGB (Red+Green+Blue) = 81+108+131=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #516C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C83 is #AE937C. Grayscale: #666666. Windows color (decimal): -11441021 or 8612945. OLE color: 8612945.

HSL color Cylindrical-coordinate representation of color #516C83: hue angle of 207.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516C83 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 108 131 -
CMYK 0.38 0.18 0 0.49
HSL 207.6º 0.24% 0.42% -
HSV(B) 207.6º 0.38% 0.51% -
XYZ 12.85 14.11 23.52 -
YUV 102.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 81 108 131 0.38 0.18 0 0.49 207.6 0.24 0.42
Hex 51 6C 83 26 12 0 31 D0 18 2A
Octal 121 154 203 46 22 0 61 320 30 52
Binary 1010001 1101100 10000011 100110 10010 0 110001 11010000 11000 101010

Color Harmonies of #516C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C83

Black with #516C83

Text Example


Text Example

White with #516C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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