#516990

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

Shades of Kashmir Blue #516990

Tints of Kashmir Blue #516990

Color information

#516990 (or 0x516990) is unknown color: approx Kashmir Blue. HEX triplet: 51, 69 and 90. RGB value is (81,105,144). Sum of RGB (Red+Green+Blue) = 81+105+144=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #516990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516990 is #AE966F. Grayscale: #666666. Windows color (decimal): -11441776 or 9464145. OLE color: 9464145.

HSL color Cylindrical-coordinate representation of color #516990: hue angle of 217.14º 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 #516990 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81105144-
CMYK0.440.2700.44
HSL217.14º28%44.12%-
HSV(B)217.14º43.75%56.47%-
XYZ13.4813.8728.35-
YUV102.27151.55112.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=24.55%
G=31.82%
B=43.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811051440.440.2700.44217.142844.12
Hex5169902C1B02Cd91c2c
Octal12115122054330543313454
Binary10100011101001100100001011001101101011001101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516990; }

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

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

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

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

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

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

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

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