#517485

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

Shades of Bismark #517485

Tints of Bismark #517485

Color information

#517485 (or 0x517485) is unknown color: approx Bismark. HEX triplet: 51, 74 and 85. RGB value is (81,116,133). Sum of RGB (Red+Green+Blue) = 81+116+133=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #517485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517485 is #AE8B7A. Grayscale: #6B6B6B. Windows color (decimal): -11438971 or 8746065. OLE color: 8746065.

HSL color Cylindrical-coordinate representation of color #517485: hue angle of 199.62º 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 #517485 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81116133-
CMYK0.390.1300.48
HSL199.62º24.3%41.96%-
HSV(B)199.62º39.1%52.16%-
XYZ13.8715.9324.53-
YUV107.47142.4109.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=24.55%
G=35.15%
B=40.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811161330.390.1300.48199.6224.341.96
Hex51748527D030c8182a
Octal12116420547150603103052
Binary1010001111010010000101100111110101100001100100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517485; }

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

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

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

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

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

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

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

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