#517383

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

Shades of Bismark #517383

Tints of Bismark #517383

Color information

#517383 (or 0x517383) is unknown color: approx Bismark. HEX triplet: 51, 73 and 83. RGB value is (81,115,131). Sum of RGB (Red+Green+Blue) = 81+115+131=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #517383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517383 is #AE8C7C. Grayscale: #6A6A6A. Windows color (decimal): -11439229 or 8614737. OLE color: 8614737.

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

Color convert

RGB81115131-
CMYK0.380.1200.49
HSL199.2º23.58%41.57%-
HSV(B)199.2º38.17%51.37%-
XYZ13.6215.6523.78-
YUV106.66141.74109.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=24.77%
G=35.17%
B=40.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811151310.380.1200.49199.223.5841.57
Hex51738326C031c7182a
Octal12116320346140613073052
Binary1010001111001110000011100110110001100011100011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517383; }

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

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

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

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

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

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

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

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