Html Css Color HEX #516F83 Wedgewood

📋 copy color: '#516F83'

red 81 ◦ green 111 ◦ blue 131

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

Shades of Wedgewood #516F83

Tints of Wedgewood #516F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

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

R = 25.08%
G = 34.37%
B = 40.56%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516F83 (or 0x516F83) is known color: Wedgewood. HEX triplet: 51, 6F and 83. RGB value is (81,111,131). Sum of RGB (Red+Green+Blue) = 81+111+131=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #516F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F83 is #AE907C. Grayscale: #686868. Windows color (decimal): -11440253 or 8613713. OLE color: 8613713.

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

Color convert

RGB 81 111 131 -
CMYK 0.38 0.15 0 0.49
HSL 204º 0.24% 0.42% -
HSV(B) 204º 0.38% 0.51% -
XYZ 13.17 14.76 23.63 -
YUV 104.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 81 111 131 0.38 0.15 0 0.49 204 0.24 0.42
Hex 51 6F 83 26 F 0 31 CC 18 2A
Octal 121 157 203 46 17 0 61 314 30 52
Binary 1010001 1101111 10000011 100110 1111 0 110001 11001100 11000 101010

Color Harmonies of #516F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F83

Black with #516F83

Text Example


Text Example

White with #516F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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