#507077

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

Shades of Bismark #507077

Tints of Bismark #507077

Color information

#507077 (or 0x507077) is unknown color: approx Bismark. HEX triplet: 50, 70 and 77. RGB value is (80,112,119). Sum of RGB (Red+Green+Blue) = 80+112+119=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #507077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507077 is #AF8F88. Grayscale: #676767. Windows color (decimal): -11505545 or 7827536. OLE color: 7827536.

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

Color convert

RGB80112119-
CMYK0.330.0600.53
HSL190.77º19.6%39.02%-
HSV(B)190.77º32.77%46.67%-
XYZ12.4314.6319.62-
YUV103.23136.9111.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=25.72%
G=36.01%
B=38.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801121190.330.0600.53190.7719.639.02
Hex507077216035bf1427
Octal1201601674160652772447
Binary10100001110000111011110000111001101011011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507077; }

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

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

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

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

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

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

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

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