#516675

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

Shades of Bismark #516675

Tints of Bismark #516675

Color information

#516675 (or 0x516675) is unknown color: approx Bismark. HEX triplet: 51, 66 and 75. RGB value is (81,102,117). Sum of RGB (Red+Green+Blue) = 81+102+117=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #516675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516675 is #AE998A. Grayscale: #616161. Windows color (decimal): -11442571 or 7693905. OLE color: 7693905.

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

Color convert

RGB81102117-
CMYK0.310.1300.54
HSL205º18.18%38.82%-
HSV(B)205º30.77%45.88%-
XYZ11.3612.5418.65-
YUV97.43139.04116.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 117 (46.09% from 255) = 39%
R=27%
G=34%
B=39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811021170.310.1300.5420518.1838.82
Hex5166751FD036cd1227
Octal12114616537150663152247
Binary10100011100110111010111111110101101101100110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516675; }

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

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

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

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

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

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

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

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