#517484

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

Shades of Bismark #517484

Tints of Bismark #517484

Color information

#517484 (or 0x517484) is unknown color: approx Bismark. HEX triplet: 51, 74 and 84. RGB value is (81,116,132). Sum of RGB (Red+Green+Blue) = 81+116+132=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #517484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517484 is #AE8B7B. Grayscale: #6B6B6B. Windows color (decimal): -11438972 or 8680529. OLE color: 8680529.

HSL color Cylindrical-coordinate representation of color #517484: hue angle of 198.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517484 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81116132-
CMYK0.390.1200.48
HSL198.82º23.94%41.76%-
HSV(B)198.82º38.64%51.76%-
XYZ13.815.9124.17-
YUV107.36141.9109.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=24.62%
G=35.26%
B=40.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811161320.390.1200.48198.8223.9441.76
Hex51748427C030c7182a
Octal12116420447140603073052
Binary1010001111010010000100100111110001100001100011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517484; }

 p { color: rgb(81,116,132); }

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

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

 a { background-color: rgb(81,116,132); }

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

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

 span { border-color: rgb(81,116,132); }

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