#506770

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

Shades of Bismark #506770

Tints of Bismark #506770

Color information

#506770 (or 0x506770) is unknown color: approx Bismark. HEX triplet: 50, 67 and 70. RGB value is (80,103,112). Sum of RGB (Red+Green+Blue) = 80+103+112=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #506770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506770 is #AF988F. Grayscale: #616161. Windows color (decimal): -11507856 or 7366480. OLE color: 7366480.

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

Color convert

RGB80103112-
CMYK0.290.0800.56
HSL196.88º16.67%37.65%-
HSV(B)196.88º28.57%43.92%-
XYZ11.0812.5817.17-
YUV97.15136.38115.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=27.12%
G=34.92%
B=37.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801031120.290.0800.56196.8816.6737.65
Hex5067701D8038c51126
Octal12014716035100703052146
Binary10100001100111111000011101100001110001100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506770; }

 p { color: rgb(80,103,112); }

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

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

 a { background-color: rgb(80,103,112); }

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

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

 span { border-color: rgb(80,103,112); }

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