#506B75

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

Shades of Bismark #506B75

Tints of Bismark #506B75

Color information

#506B75 (or 0x506B75) is unknown color: approx Bismark. HEX triplet: 50, 6B and 75. RGB value is (80,107,117). Sum of RGB (Red+Green+Blue) = 80+107+117=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #506B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B75 is #AF948A. Grayscale: #646464. Windows color (decimal): -11506827 or 7695184. OLE color: 7695184.

HSL color Cylindrical-coordinate representation of color #506B75: hue angle of 196.22º 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 #506B75 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80107117-
CMYK0.320.0900.54
HSL196.22º18.78%38.63%-
HSV(B)196.22º31.62%45.88%-
XYZ11.7813.5118.82-
YUV100.07137.55113.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=26.32%
G=35.20%
B=38.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801071170.320.0900.54196.2218.7838.63
Hex506B75209036c41327
Octal12015316540110663042347
Binary101000011010111110101100000100101101101100010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B75; }

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

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

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

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

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

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

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

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