#517378

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

Shades of Bismark #517378

Tints of Bismark #517378

Color information

#517378 (or 0x517378) is unknown color: approx Bismark. HEX triplet: 51, 73 and 78. RGB value is (81,115,120). Sum of RGB (Red+Green+Blue) = 81+115+120=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #517378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517378 is #AE8C87. Grayscale: #696969. Windows color (decimal): -11439240 or 7893841. OLE color: 7893841.

HSL color Cylindrical-coordinate representation of color #517378: hue angle of 187.69º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517378 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81115120-
CMYK0.320.0400.53
HSL187.69º19.4%39.41%-
HSV(B)187.69º32.5%47.06%-
XYZ12.9115.3720.05-
YUV105.4136.24110.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=25.63%
G=36.39%
B=37.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811151200.320.0400.53187.6919.439.41
Hex517378204035bc1327
Octal1211631704040652742347
Binary10100011110011111100010000010001101011011110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517378; }

 p { color: rgb(81,115,120); }

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

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

 a { background-color: rgb(81,115,120); }

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

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

 span { border-color: rgb(81,115,120); }

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