Html Css Color HEX #516483 Wedgewood

📋 copy color: '#516483'

red 81 ◦ green 100 ◦ blue 131

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

Shades of Wedgewood #516483

Tints of Wedgewood #516483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 25.96%
G = 32.05%
B = 41.99%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516483 (or 0x516483) is known color: Wedgewood. HEX triplet: 51, 64 and 83. RGB value is (81,100,131). Sum of RGB (Red+Green+Blue) = 81+100+131=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #516483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516483 is #AE9B7C. Grayscale: #616161. Windows color (decimal): -11443069 or 8610897. OLE color: 8610897.

HSL color Cylindrical-coordinate representation of color #516483: hue angle of 217.2º 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 #516483 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 100 131 -
CMYK 0.38 0.24 0 0.49
HSL 217.2º 0.24% 0.42% -
HSV(B) 217.2º 0.38% 0.51% -
XYZ 12.05 12.5 23.25 -
YUV 97.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 81 100 131 0.38 0.24 0 0.49 217.2 0.24 0.42
Hex 51 64 83 26 18 0 31 D9 18 2A
Octal 121 144 203 46 30 0 61 331 30 52
Binary 1010001 1100100 10000011 100110 11000 0 110001 11011001 11000 101010

Color Harmonies of #516483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516483

Black with #516483

Text Example


Text Example

White with #516483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516483; }

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

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

background-color css

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

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

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

border-color css

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

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

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