#517583

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

Shades of Bismark #517583

Tints of Bismark #517583

Color information

#517583 (or 0x517583) is unknown color: approx Bismark. HEX triplet: 51, 75 and 83. RGB value is (81,117,131). Sum of RGB (Red+Green+Blue) = 81+117+131=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #517583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517583 is #AE8A7C. Grayscale: #6B6B6B. Windows color (decimal): -11438717 or 8615249. OLE color: 8615249.

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

Color convert

RGB81117131-
CMYK0.380.1100.49
HSL196.8º23.58%41.57%-
HSV(B)196.8º38.17%51.37%-
XYZ13.8516.1123.85-
YUV107.83141.07108.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=24.62%
G=35.56%
B=39.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811171310.380.1100.49196.823.5841.57
Hex51758326B031c5182a
Octal12116520346130613053052
Binary1010001111010110000011100110101101100011100010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517583; }

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

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

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

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

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

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

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

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