#516587

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

Shades of Kashmir Blue #516587

Tints of Kashmir Blue #516587

Color information

#516587 (or 0x516587) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 87. RGB value is (81,101,135). Sum of RGB (Red+Green+Blue) = 81+101+135=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #516587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516587 is #AE9A78. Grayscale: #626262. Windows color (decimal): -11442809 or 8873297. OLE color: 8873297.

HSL color Cylindrical-coordinate representation of color #516587: hue angle of 217.78º 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 #516587 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81101135-
CMYK0.400.2500.47
HSL217.78º25%42.35%-
HSV(B)217.78º40%52.94%-
XYZ12.4212.8124.74-
YUV98.9148.37115.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=25.55%
G=31.86%
B=42.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811011350.400.2500.47217.782542.35
Hex516587281902Fda192a
Octal12114520750310573323152
Binary10100011100101100001111010001100101011111101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516587; }

 p { color: rgb(81,101,135); }

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

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

 a { background-color: rgb(81,101,135); }

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

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

 span { border-color: rgb(81,101,135); }

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