#516470

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

Shades of Bismark #516470

Tints of Bismark #516470

Color information

#516470 (or 0x516470) is unknown color: approx Bismark. HEX triplet: 51, 64 and 70. RGB value is (81,100,112). Sum of RGB (Red+Green+Blue) = 81+100+112=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #516470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516470 is #AE9B8F. Grayscale: #5F5F5F. Windows color (decimal): -11443088 or 7365713. OLE color: 7365713.

HSL color Cylindrical-coordinate representation of color #516470: hue angle of 203.23º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516470 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81100112-
CMYK0.280.1100.56
HSL203.23º16.06%37.84%-
HSV(B)203.23º27.68%43.92%-
XYZ10.8812.0317.08-
YUV95.69137.21117.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=27.65%
G=34.13%
B=38.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811001120.280.1100.56203.2316.0637.84
Hex5164701CB038cb1026
Octal12114416034130703132046
Binary10100011100100111000011100101101110001100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516470; }

 p { color: rgb(81,100,112); }

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

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

 a { background-color: rgb(81,100,112); }

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

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

 span { border-color: rgb(81,100,112); }

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