#517282

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

Shades of Bismark #517282

Tints of Bismark #517282

Color information

#517282 (or 0x517282) is unknown color: approx Bismark. HEX triplet: 51, 72 and 82. RGB value is (81,114,130). Sum of RGB (Red+Green+Blue) = 81+114+130=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #517282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517282 is #AE8D7D. Grayscale: #696969. Windows color (decimal): -11439486 or 8548945. OLE color: 8548945.

HSL color Cylindrical-coordinate representation of color #517282: hue angle of 199.59º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517282 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81114130-
CMYK0.380.1200.49
HSL199.59º23.22%41.37%-
HSV(B)199.59º37.69%50.98%-
XYZ13.4415.423.38-
YUV105.96141.57110.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 130 (51.17% from 255) = 40%
R=24.92%
G=35.08%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811141300.380.1200.49199.5923.2241.37
Hex51728226C031c81729
Octal12116220246140613102751
Binary1010001111001010000010100110110001100011100100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517282; }

 p { color: rgb(81,114,130); }

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

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

 a { background-color: rgb(81,114,130); }

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

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

 span { border-color: rgb(81,114,130); }

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