#507278

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

Shades of Bismark #507278

Tints of Bismark #507278

Color information

#507278 (or 0x507278) is unknown color: approx Bismark. HEX triplet: 50, 72 and 78. RGB value is (80,114,120). Sum of RGB (Red+Green+Blue) = 80+114+120=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #507278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507278 is #AF8D87. Grayscale: #686868. Windows color (decimal): -11505032 or 7893584. OLE color: 7893584.

HSL color Cylindrical-coordinate representation of color #507278: hue angle of 189º 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 #507278 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB80114120-
CMYK0.330.0500.53
HSL189º20%39.22%-
HSV(B)189º33.33%47.06%-
XYZ12.7215.120.01-
YUV104.52136.74110.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=25.48%
G=36.31%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801141200.330.0500.531892039.22
Hex507278215035bd1427
Octal1201621704150652752447
Binary10100001110010111100010000110101101011011110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507278; }

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

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

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

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

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

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

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

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