#516287

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

Shades of Kashmir Blue #516287

Tints of Kashmir Blue #516287

Color information

#516287 (or 0x516287) is unknown color: approx Kashmir Blue. HEX triplet: 51, 62 and 87. RGB value is (81,98,135). Sum of RGB (Red+Green+Blue) = 81+98+135=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #516287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516287 is #AE9D78. Grayscale: #606060. Windows color (decimal): -11443577 or 8872529. OLE color: 8872529.

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

Color convert

RGB8198135-
CMYK0.400.2700.47
HSL221.11º25%42.35%-
HSV(B)221.11º40%52.94%-
XYZ12.1312.2324.64-
YUV97.14149.37116.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=25.80%
G=31.21%
B=42.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81981350.400.2700.47221.112542.35
Hex516287281B02Fdd192a
Octal12114220750330573353152
Binary10100011100010100001111010001101101011111101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516287; }

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

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

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

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

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

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

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

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