#516D90

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

Shades of Kashmir Blue #516D90

Tints of Kashmir Blue #516D90

Color information

#516D90 (or 0x516D90) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6D and 90. RGB value is (81,109,144). Sum of RGB (Red+Green+Blue) = 81+109+144=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #516D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D90 is #AE926F. Grayscale: #686868. Windows color (decimal): -11440752 or 9465169. OLE color: 9465169.

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

Color convert

RGB81109144-
CMYK0.440.2400.44
HSL213.33º28%44.12%-
HSV(B)213.33º43.75%56.47%-
XYZ13.914.728.49-
YUV104.62150.22111.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=24.25%
G=32.63%
B=43.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811091440.440.2400.44213.332844.12
Hex516D902C1802Cd51c2c
Octal12115522054300543253454
Binary10100011101101100100001011001100001011001101010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516D90; }

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

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

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

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

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

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

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

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