#516570

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

Shades of Bismark #516570

Tints of Bismark #516570

Color information

#516570 (or 0x516570) is unknown color: approx Bismark. HEX triplet: 51, 65 and 70. RGB value is (81,101,112). Sum of RGB (Red+Green+Blue) = 81+101+112=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #516570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516570 is #AE9A8F. Grayscale: #606060. Windows color (decimal): -11442832 or 7365969. OLE color: 7365969.

HSL color Cylindrical-coordinate representation of color #516570: hue angle of 201.29º 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 #516570 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81101112-
CMYK0.280.1000.56
HSL201.29º16.06%37.84%-
HSV(B)201.29º27.68%43.92%-
XYZ10.9712.2317.11-
YUV96.27136.87117.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=27.55%
G=34.35%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811011120.280.1000.56201.2916.0637.84
Hex5165701CA038c91026
Octal12114516034120703112046
Binary10100011100101111000011100101001110001100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516570; }

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

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

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

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

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

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

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

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