#517278

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

Shades of Bismark #517278

Tints of Bismark #517278

Color information

#517278 (or 0x517278) is unknown color: approx Bismark. HEX triplet: 51, 72 and 78. RGB value is (81,114,120). Sum of RGB (Red+Green+Blue) = 81+114+120=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #517278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517278 is #AE8D87. Grayscale: #686868. Windows color (decimal): -11439496 or 7893585. OLE color: 7893585.

HSL color Cylindrical-coordinate representation of color #517278: hue angle of 189.23º 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 #517278 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81114120-
CMYK0.320.0500.53
HSL189.23º19.4%39.41%-
HSV(B)189.23º32.5%47.06%-
XYZ12.815.1420.02-
YUV104.82136.57111.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=25.71%
G=36.19%
B=38.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811141200.320.0500.53189.2319.439.41
Hex517278205035bd1327
Octal1211621704050652752347
Binary10100011110010111100010000010101101011011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517278; }

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

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

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

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

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

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

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

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