#516493

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

Shades of Kashmir Blue #516493

Tints of Kashmir Blue #516493

Color information

#516493 (or 0x516493) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 93. RGB value is (81,100,147). Sum of RGB (Red+Green+Blue) = 81+100+147=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #516493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516493 is #AE9B6C. Grayscale: #636363. Windows color (decimal): -11443053 or 9659473. OLE color: 9659473.

HSL color Cylindrical-coordinate representation of color #516493: hue angle of 222.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516493 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81100147-
CMYK0.450.3200.42
HSL222.73º28.95%44.71%-
HSV(B)222.73º44.9%57.65%-
XYZ13.2212.9729.41-
YUV99.68154.71114.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=24.70%
G=30.49%
B=44.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811001470.450.3200.42222.7328.9544.71
Hex5164932D2002Adf1d2d
Octal12114422355400523373555
Binary101000111001001001001110110110000001010101101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516493; }

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

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

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

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

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

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

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

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