#51697A

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

Shades of Bismark #51697A

Tints of Bismark #51697A

Color information

#51697A (or 0x51697A) is unknown color: approx Bismark. HEX triplet: 51, 69 and 7A. RGB value is (81,105,122). Sum of RGB (Red+Green+Blue) = 81+105+122=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #51697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51697A is #AE9685. Grayscale: #636363. Windows color (decimal): -11441798 or 8022353. OLE color: 8022353.

HSL color Cylindrical-coordinate representation of color #51697A: hue angle of 204.88º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51697A is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81105122-
CMYK0.340.1400.52
HSL204.88º20.2%39.8%-
HSV(B)204.88º33.61%47.84%-
XYZ11.9613.2620.34-
YUV99.76140.55114.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=26.30%
G=34.09%
B=39.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811051220.340.1400.52204.8820.239.8
Hex51697A22E034cd1428
Octal12115117242160643152450
Binary101000111010011111010100010111001101001100110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51697A; }

 p { color: rgb(81,105,122); }

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

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

 a { background-color: rgb(81,105,122); }

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

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

 span { border-color: rgb(81,105,122); }

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