#507383

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

Shades of Bismark #507383

Tints of Bismark #507383

Color information

#507383 (or 0x507383) is unknown color: approx Bismark. HEX triplet: 50, 73 and 83. RGB value is (80,115,131). Sum of RGB (Red+Green+Blue) = 80+115+131=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #507383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507383 is #AF8C7C. Grayscale: #6A6A6A. Windows color (decimal): -11504765 or 8614736. OLE color: 8614736.

HSL color Cylindrical-coordinate representation of color #507383: hue angle of 198.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507383 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80115131-
CMYK0.390.1200.49
HSL198.82º24.17%41.37%-
HSV(B)198.82º38.93%51.37%-
XYZ13.5415.6123.77-
YUV106.36141.9109.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=24.54%
G=35.28%
B=40.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801151310.390.1200.49198.8224.1741.37
Hex50738327C031c71829
Octal12016320347140613073051
Binary1010000111001110000011100111110001100011100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507383; }

 p { color: rgb(80,115,131); }

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

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

 a { background-color: rgb(80,115,131); }

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

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

 span { border-color: rgb(80,115,131); }

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