#516F75

Color #516F75 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #516F75

Tints of Bismark #516F75

Color information

#516F75 (or 0x516F75) is unknown color: approx Bismark. HEX triplet: 51, 6F and 75. RGB value is (81,111,117). Sum of RGB (Red+Green+Blue) = 81+111+117=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #516F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F75 is #AE908A. Grayscale: #666666. Windows color (decimal): -11440267 or 7696209. OLE color: 7696209.

HSL color Cylindrical-coordinate representation of color #516F75: hue angle of 190º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516F75 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81111117-
CMYK0.310.0500.54
HSL190º18.18%38.82%-
HSV(B)190º30.77%45.88%-
XYZ12.2914.418.96-
YUV102.71136.06112.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=26.21%
G=35.92%
B=37.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811111170.310.0500.5419018.1838.82
Hex516F751F5036be1227
Octal1211571653750662762247
Binary1010001110111111101011111110101101101011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #516F75;
 }
 .AnyTagClassName
 {
   color: #516F75;
 }
</style>
background-color css

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

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

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

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

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

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