#507484

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

Shades of Bismark #507484

Tints of Bismark #507484

Color information

#507484 (or 0x507484) is unknown color: approx Bismark. HEX triplet: 50, 74 and 84. RGB value is (80,116,132). Sum of RGB (Red+Green+Blue) = 80+116+132=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #507484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507484 is #AF8B7B. Grayscale: #6A6A6A. Windows color (decimal): -11504508 or 8680528. OLE color: 8680528.

HSL color Cylindrical-coordinate representation of color #507484: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507484 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80116132-
CMYK0.390.1200.48
HSL198.46º24.53%41.57%-
HSV(B)198.46º39.39%51.76%-
XYZ13.7215.8624.17-
YUV107.06142.07108.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=24.39%
G=35.37%
B=40.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801161320.390.1200.48198.4624.5341.57
Hex50748427C030c6192a
Octal12016420447140603063152
Binary1010000111010010000100100111110001100001100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507484; }

 p { color: rgb(80,116,132); }

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

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

 a { background-color: rgb(80,116,132); }

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

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

 span { border-color: rgb(80,116,132); }

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