#506670

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

Shades of Bismark #506670

Tints of Bismark #506670

Color information

#506670 (or 0x506670) is unknown color: approx Bismark. HEX triplet: 50, 66 and 70. RGB value is (80,102,112). Sum of RGB (Red+Green+Blue) = 80+102+112=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #506670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506670 is #AF998F. Grayscale: #606060. Windows color (decimal): -11508112 or 7366224. OLE color: 7366224.

HSL color Cylindrical-coordinate representation of color #506670: hue angle of 198.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506670 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80102112-
CMYK0.290.0900.56
HSL198.75º16.67%37.65%-
HSV(B)198.75º28.57%43.92%-
XYZ10.9812.3817.14-
YUV96.56136.71116.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=27.21%
G=34.69%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801021120.290.0900.56198.7516.6737.65
Hex5066701D9038c71126
Octal12014616035110703072146
Binary10100001100110111000011101100101110001100011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506670; }

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

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

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

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

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

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

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

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