#516491

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

Shades of Kashmir Blue #516491

Tints of Kashmir Blue #516491

Color information

#516491 (or 0x516491) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 91. RGB value is (81,100,145). Sum of RGB (Red+Green+Blue) = 81+100+145=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #516491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516491 is #AE9B6E. Grayscale: #636363. Windows color (decimal): -11443055 or 9528401. OLE color: 9528401.

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

Color convert

RGB81100145-
CMYK0.440.3100.43
HSL222.19º28.32%44.31%-
HSV(B)222.19º44.14%56.86%-
XYZ13.0612.9128.59-
YUV99.45153.71114.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=24.85%
G=30.67%
B=44.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811001450.440.3100.43222.1928.3244.31
Hex5164912C1F02Bde1c2c
Octal12114422154370533363454
Binary10100011100100100100011011001111101010111101111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516491; }

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

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

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

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

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

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

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

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