#506972

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

Shades of Bismark #506972

Tints of Bismark #506972

Color information

#506972 (or 0x506972) is unknown color: approx Bismark. HEX triplet: 50, 69 and 72. RGB value is (80,105,114). Sum of RGB (Red+Green+Blue) = 80+105+114=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #506972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506972 is #AF968D. Grayscale: #626262. Windows color (decimal): -11507342 or 7498064. OLE color: 7498064.

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

Color convert

RGB80105114-
CMYK0.300.0800.55
HSL195.88º17.53%38.04%-
HSV(B)195.88º29.82%44.71%-
XYZ11.413.0217.83-
YUV98.55136.72114.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=26.76%
G=35.12%
B=38.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801051140.300.0800.55195.8817.5338.04
Hex5069721E8037c41226
Octal12015116236100673042246
Binary10100001101001111001011110100001101111100010010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506972; }

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

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

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

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

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

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

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

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