#516384

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

Shades of Kashmir Blue #516384

Tints of Kashmir Blue #516384

Color information

#516384 (or 0x516384) is unknown color: approx Kashmir Blue. HEX triplet: 51, 63 and 84. RGB value is (81,99,132). Sum of RGB (Red+Green+Blue) = 81+99+132=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #516384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516384 is #AE9C7B. Grayscale: #616161. Windows color (decimal): -11443324 or 8676177. OLE color: 8676177.

HSL color Cylindrical-coordinate representation of color #516384: hue angle of 218.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516384 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8199132-
CMYK0.390.2500.48
HSL218.82º23.94%41.76%-
HSV(B)218.82º38.64%51.76%-
XYZ12.0212.3423.58-
YUV97.38147.54116.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=25.96%
G=31.73%
B=42.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81991320.390.2500.48218.8223.9441.76
Hex5163842719030db182a
Octal12114320447310603333052
Binary10100011100011100001001001111100101100001101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516384; }

 p { color: rgb(81,99,132); }

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

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

 a { background-color: rgb(81,99,132); }

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

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

 span { border-color: rgb(81,99,132); }

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