#506B72

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

Shades of Bismark #506B72

Tints of Bismark #506B72

Color information

#506B72 (or 0x506B72) is unknown color: approx Bismark. HEX triplet: 50, 6B and 72. RGB value is (80,107,114). Sum of RGB (Red+Green+Blue) = 80+107+114=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #506B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B72 is #AF948D. Grayscale: #636363. Windows color (decimal): -11506830 or 7498576. OLE color: 7498576.

HSL color Cylindrical-coordinate representation of color #506B72: hue angle of 192.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506B72 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80107114-
CMYK0.300.0600.55
HSL192.35º17.53%38.04%-
HSV(B)192.35º29.82%44.71%-
XYZ11.613.4417.9-
YUV99.72136.05113.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=26.58%
G=35.55%
B=37.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801071140.300.0600.55192.3517.5338.04
Hex506B721E6037c01226
Octal1201531623660673002246
Binary1010000110101111100101111011001101111100000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B72; }

 p { color: rgb(80,107,114); }

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

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

 a { background-color: rgb(80,107,114); }

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

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

 span { border-color: rgb(80,107,114); }

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