#507378

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

Shades of Bismark #507378

Tints of Bismark #507378

Color information

#507378 (or 0x507378) is unknown color: approx Bismark. HEX triplet: 50, 73 and 78. RGB value is (80,115,120). Sum of RGB (Red+Green+Blue) = 80+115+120=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #507378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507378 is #AF8C87. Grayscale: #696969. Windows color (decimal): -11504776 or 7893840. OLE color: 7893840.

HSL color Cylindrical-coordinate representation of color #507378: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507378 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80115120-
CMYK0.330.0400.53
HSL187.5º20%39.22%-
HSV(B)187.5º33.33%47.06%-
XYZ12.8315.3220.05-
YUV105.1136.4110.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=25.40%
G=36.51%
B=38.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801151200.330.0400.53187.52039.22
Hex507378214035bc1427
Octal1201631704140652742447
Binary10100001110011111100010000110001101011011110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507378; }

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

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

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

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

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

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

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

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