#507277

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

Shades of Bismark #507277

Tints of Bismark #507277

Color information

#507277 (or 0x507277) is unknown color: approx Bismark. HEX triplet: 50, 72 and 77. RGB value is (80,114,119). Sum of RGB (Red+Green+Blue) = 80+114+119=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #507277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507277 is #AF8D88. Grayscale: #686868. Windows color (decimal): -11505033 or 7828048. OLE color: 7828048.

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

Color convert

RGB80114119-
CMYK0.330.0400.53
HSL187.69º19.6%39.02%-
HSV(B)187.69º32.77%46.67%-
XYZ12.6615.0719.69-
YUV104.4136.24110.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=25.56%
G=36.42%
B=38.02%

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
Decimal801141190.330.0400.53187.6919.639.02
Hex507277214035bc1427
Octal1201621674140652742447
Binary10100001110010111011110000110001101011011110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507277; }

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

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

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

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

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

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

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

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