#506775

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

Shades of Bismark #506775

Tints of Bismark #506775

Color information

#506775 (or 0x506775) is unknown color: approx Bismark. HEX triplet: 50, 67 and 75. RGB value is (80,103,117). Sum of RGB (Red+Green+Blue) = 80+103+117=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #506775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506775 is #AF988A. Grayscale: #616161. Windows color (decimal): -11507851 or 7694160. OLE color: 7694160.

HSL color Cylindrical-coordinate representation of color #506775: hue angle of 202.7º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506775 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80103117-
CMYK0.320.1200.54
HSL202.7º18.78%38.63%-
HSV(B)202.7º31.62%45.88%-
XYZ11.3712.6918.68-
YUV97.72138.88115.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 117 (46.09% from 255) = 39%
R=26.67%
G=34.33%
B=39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801031170.320.1200.54202.718.7838.63
Hex50677520C036cb1327
Octal12014716540140663132347
Binary101000011001111110101100000110001101101100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506775; }

 p { color: rgb(80,103,117); }

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

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

 a { background-color: rgb(80,103,117); }

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

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

 span { border-color: rgb(80,103,117); }

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