#517782

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

Shades of Bismark #517782

Tints of Bismark #517782

Color information

#517782 (or 0x517782) is unknown color: approx Bismark. HEX triplet: 51, 77 and 82. RGB value is (81,119,130). Sum of RGB (Red+Green+Blue) = 81+119+130=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #517782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517782 is #AE887D. Grayscale: #6C6C6C. Windows color (decimal): -11438206 or 8550225. OLE color: 8550225.

HSL color Cylindrical-coordinate representation of color #517782: hue angle of 193.47º 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 #517782 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81119130-
CMYK0.380.0800.49
HSL193.47º23.22%41.37%-
HSV(B)193.47º37.69%50.98%-
XYZ14.0216.5523.58-
YUV108.89139.91108.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=24.55%
G=36.06%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811191300.380.0800.49193.4723.2241.37
Hex517782268031c11729
Octal12116720246100613012751
Binary1010001111011110000010100110100001100011100000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517782; }

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

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

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

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

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

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

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

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