#516686

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

Shades of Kashmir Blue #516686

Tints of Kashmir Blue #516686

Color information

#516686 (or 0x516686) is unknown color: approx Kashmir Blue. HEX triplet: 51, 66 and 86. RGB value is (81,102,134). Sum of RGB (Red+Green+Blue) = 81+102+134=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #516686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516686 is #AE9979. Grayscale: #636363. Windows color (decimal): -11442554 or 8808017. OLE color: 8808017.

HSL color Cylindrical-coordinate representation of color #516686: hue angle of 216.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516686 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81102134-
CMYK0.400.2400.47
HSL216.23º24.65%42.16%-
HSV(B)216.23º39.55%52.55%-
XYZ12.4512.9724.4-
YUV99.37147.54114.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=25.55%
G=32.18%
B=42.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811021340.400.2400.47216.2324.6542.16
Hex516686281802Fd8192a
Octal12114620650300573303152
Binary10100011100110100001101010001100001011111101100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516686; }

 p { color: rgb(81,102,134); }

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

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

 a { background-color: rgb(81,102,134); }

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

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

 span { border-color: rgb(81,102,134); }

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