Html Css Color HEX #516C85 Wedgewood

📋 copy color: '#516C85'

red 81 ◦ green 108 ◦ blue 133

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

Shades of Wedgewood #516C85

Tints of Wedgewood #516C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 25.16%
G = 33.54%
B = 41.3%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516C85 (or 0x516C85) is known color: Wedgewood. HEX triplet: 51, 6C and 85. RGB value is (81,108,133). Sum of RGB (Red+Green+Blue) = 81+108+133=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #516C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C85 is #AE937A. Grayscale: #666666. Windows color (decimal): -11441019 or 8744017. OLE color: 8744017.

HSL color Cylindrical-coordinate representation of color #516C85: hue angle of 208.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516C85 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 108 133 -
CMYK 0.39 0.19 0 0.48
HSL 208.85º 0.24% 0.42% -
HSV(B) 208.85º 0.39% 0.52% -
XYZ 12.99 14.17 24.24 -
YUV 102.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 81 108 133 0.39 0.19 0 0.48 208.85 0.24 0.42
Hex 51 6C 85 27 13 0 30 D1 18 2A
Octal 121 154 205 47 23 0 60 321 30 52
Binary 1010001 1101100 10000101 100111 10011 0 110000 11010001 11000 101010

Color Harmonies of #516C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C85

Black with #516C85

Text Example


Text Example

White with #516C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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