#507382

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

Shades of Bismark #507382

Tints of Bismark #507382

Color information

#507382 (or 0x507382) is unknown color: approx Bismark. HEX triplet: 50, 73 and 82. RGB value is (80,115,130). Sum of RGB (Red+Green+Blue) = 80+115+130=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #507382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507382 is #AF8C7D. Grayscale: #6A6A6A. Windows color (decimal): -11504766 or 8549200. OLE color: 8549200.

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

Color convert

RGB80115130-
CMYK0.380.1200.49
HSL198º23.81%41.18%-
HSV(B)198º38.46%50.98%-
XYZ13.4715.5823.42-
YUV106.24141.4109.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 130 (51.17% from 255) = 40%
R=24.62%
G=35.38%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801151300.380.1200.4919823.8141.18
Hex50738226C031c61829
Octal12016320246140613063051
Binary1010000111001110000010100110110001100011100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507382; }

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

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

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

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

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

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

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

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