#516490

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

Shades of Kashmir Blue #516490

Tints of Kashmir Blue #516490

Color information

#516490 (or 0x516490) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 90. RGB value is (81,100,144). Sum of RGB (Red+Green+Blue) = 81+100+144=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #516490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516490 is #AE9B6F. Grayscale: #636363. Windows color (decimal): -11443056 or 9462865. OLE color: 9462865.

HSL color Cylindrical-coordinate representation of color #516490: hue angle of 221.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516490 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81100144-
CMYK0.440.3100.44
HSL221.9º28%44.12%-
HSV(B)221.9º43.75%56.47%-
XYZ12.9812.8828.19-
YUV99.34153.21114.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=24.92%
G=30.77%
B=44.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811001440.440.3100.44221.92844.12
Hex5164902C1F02Cde1c2c
Octal12114422054370543363454
Binary10100011100100100100001011001111101011001101111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516490; }

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

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

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

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

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

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

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

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