#516875

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

Shades of Bismark #516875

Tints of Bismark #516875

Color information

#516875 (or 0x516875) is unknown color: approx Bismark. HEX triplet: 51, 68 and 75. RGB value is (81,104,117). Sum of RGB (Red+Green+Blue) = 81+104+117=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #516875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516875 is #AE978A. Grayscale: #626262. Windows color (decimal): -11442059 or 7694417. OLE color: 7694417.

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

Color convert

RGB81104117-
CMYK0.310.1100.54
HSL201.67º18.18%38.82%-
HSV(B)201.67º30.77%45.88%-
XYZ11.5512.9318.72-
YUV98.6138.38115.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=26.82%
G=34.44%
B=38.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811041170.310.1100.54201.6718.1838.82
Hex5168751FB036ca1227
Octal12115016537130663122247
Binary10100011101000111010111111101101101101100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516875; }

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

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

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

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

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

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

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

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