Html Css Color HEX #516577 Wedgewood

📋 copy color: '#516577'

red 81 ◦ green 101 ◦ blue 119

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

Shades of Wedgewood #516577

Tints of Wedgewood #516577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 26.91%
G = 33.55%
B = 39.53%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516577 (or 0x516577) is known color: Wedgewood. HEX triplet: 51, 65 and 77. RGB value is (81,101,119). Sum of RGB (Red+Green+Blue) = 81+101+119=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #516577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516577 is #AE9A88. Grayscale: #606060. Windows color (decimal): -11442825 or 7824721. OLE color: 7824721.

HSL color Cylindrical-coordinate representation of color #516577: hue angle of 208.42º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516577 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 101 119 -
CMYK 0.32 0.15 0 0.53
HSL 208.42º 0.19% 0.39% -
HSV(B) 208.42º 0.32% 0.47% -
XYZ 11.38 12.39 19.24 -
YUV 97.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 81 101 119 0.32 0.15 0 0.53 208.42 0.19 0.39
Hex 51 65 77 20 F 0 35 D0 13 27
Octal 121 145 167 40 17 0 65 320 23 47
Binary 1010001 1100101 1110111 100000 1111 0 110101 11010000 10011 100111

Color Harmonies of #516577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516577

Black with #516577

Text Example


Text Example

White with #516577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516577; }

 p { color: rgb(81,101,119); }

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

background-color css

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

 a { background-color: rgb(81,101,119); }

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

border-color css

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

 span { border-color: rgb(81,101,119); }

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