#516C75

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

Shades of Bismark #516C75

Tints of Bismark #516C75

Color information

#516C75 (or 0x516C75) is unknown color: approx Bismark. HEX triplet: 51, 6C and 75. RGB value is (81,108,117). Sum of RGB (Red+Green+Blue) = 81+108+117=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #516C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C75 is #AE938A. Grayscale: #646464. Windows color (decimal): -11441035 or 7695441. OLE color: 7695441.

HSL color Cylindrical-coordinate representation of color #516C75: hue angle of 195º 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 #516C75 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81108117-
CMYK0.310.0800.54
HSL195º18.18%38.82%-
HSV(B)195º30.77%45.88%-
XYZ11.9713.7618.85-
YUV100.95137.05113.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811081170.310.0800.5419518.1838.82
Hex516C751F8036c31227
Octal12115416537100663032247
Binary10100011101100111010111111100001101101100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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