#506571

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

Shades of Bismark #506571

Tints of Bismark #506571

Color information

#506571 (or 0x506571) is unknown color: approx Bismark. HEX triplet: 50, 65 and 71. RGB value is (80,101,113). Sum of RGB (Red+Green+Blue) = 80+101+113=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #506571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506571 is #AF9A8E. Grayscale: #606060. Windows color (decimal): -11508367 or 7431504. OLE color: 7431504.

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

Color convert

RGB80101113-
CMYK0.290.1100.56
HSL201.82º17.1%37.84%-
HSV(B)201.82º29.2%44.31%-
XYZ10.9412.2117.4-
YUV96.09137.54116.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=27.21%
G=34.35%
B=38.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801011130.290.1100.56201.8217.137.84
Hex5065711DB038ca1126
Octal12014516135130703122146
Binary10100001100101111000111101101101110001100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506571; }

 p { color: rgb(80,101,113); }

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

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

 a { background-color: rgb(80,101,113); }

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

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

 span { border-color: rgb(80,101,113); }

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