#506572

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

Shades of Bismark #506572

Tints of Bismark #506572

Color information

#506572 (or 0x506572) is unknown color: approx Bismark. HEX triplet: 50, 65 and 72. RGB value is (80,101,114). Sum of RGB (Red+Green+Blue) = 80+101+114=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #506572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506572 is #AF9A8D. Grayscale: #606060. Windows color (decimal): -11508366 or 7497040. OLE color: 7497040.

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

Color convert

RGB80101114-
CMYK0.300.1100.55
HSL202.94º17.53%38.04%-
HSV(B)202.94º29.82%44.71%-
XYZ1112.2317.7-
YUV96.2138.04116.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=27.12%
G=34.24%
B=38.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801011140.300.1100.55202.9417.5338.04
Hex5065721EB037cb1226
Octal12014516236130673132246
Binary10100001100101111001011110101101101111100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506572; }

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

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

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

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

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

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

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

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