#517283

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

Shades of Bismark #517283

Tints of Bismark #517283

Color information

#517283 (or 0x517283) is unknown color: approx Bismark. HEX triplet: 51, 72 and 83. RGB value is (81,114,131). Sum of RGB (Red+Green+Blue) = 81+114+131=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #517283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517283 is #AE8D7C. Grayscale: #696969. Windows color (decimal): -11439485 or 8614481. OLE color: 8614481.

HSL color Cylindrical-coordinate representation of color #517283: hue angle of 200.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517283 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81114131-
CMYK0.380.1300.49
HSL200.4º23.58%41.57%-
HSV(B)200.4º38.17%51.37%-
XYZ13.5115.4223.74-
YUV106.07142.07110.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=24.85%
G=34.97%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811141310.380.1300.49200.423.5841.57
Hex51728326D031c8182a
Octal12116220346150613103052
Binary1010001111001010000011100110110101100011100100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517283; }

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

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

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

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

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

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

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

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