#516484

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

Shades of Kashmir Blue #516484

Tints of Kashmir Blue #516484

Color information

#516484 (or 0x516484) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 84. RGB value is (81,100,132). Sum of RGB (Red+Green+Blue) = 81+100+132=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #516484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516484 is #AE9B7B. Grayscale: #616161. Windows color (decimal): -11443068 or 8676433. OLE color: 8676433.

HSL color Cylindrical-coordinate representation of color #516484: hue angle of 217.65º 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 #516484 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81100132-
CMYK0.390.2400.48
HSL217.65º23.94%41.76%-
HSV(B)217.65º38.64%51.76%-
XYZ12.1212.5323.61-
YUV97.97147.21115.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=25.88%
G=31.95%
B=42.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811001320.390.2400.48217.6523.9441.76
Hex5164842718030da182a
Octal12114420447300603323052
Binary10100011100100100001001001111100001100001101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516484; }

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

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

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

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

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

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

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

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