Html Css Color HEX #516F85 Wedgewood

📋 copy color: '#516F85'

red 81 ◦ green 111 ◦ blue 133

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

Shades of Wedgewood #516F85

Tints of Wedgewood #516F85

RGB

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

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

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

R = 24.92%
G = 34.15%
B = 40.92%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516F85 (or 0x516F85) is known color: Wedgewood. HEX triplet: 51, 6F and 85. RGB value is (81,111,133). Sum of RGB (Red+Green+Blue) = 81+111+133=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #516F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F85 is #AE907A. Grayscale: #686868. Windows color (decimal): -11440251 or 8744785. OLE color: 8744785.

HSL color Cylindrical-coordinate representation of color #516F85: hue angle of 205.38º 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 #516F85 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 111 133 -
CMYK 0.39 0.17 0 0.48
HSL 205.38º 0.24% 0.42% -
HSV(B) 205.38º 0.39% 0.52% -
XYZ 13.31 14.81 24.35 -
YUV 104.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 81 111 133 0.39 0.17 0 0.48 205.38 0.24 0.42
Hex 51 6F 85 27 11 0 30 CD 18 2A
Octal 121 157 205 47 21 0 60 315 30 52
Binary 1010001 1101111 10000101 100111 10001 0 110000 11001101 11000 101010

Color Harmonies of #516F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F85

Black with #516F85

Text Example


Text Example

White with #516F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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