#516D91

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

Shades of Kashmir Blue #516D91

Tints of Kashmir Blue #516D91

Color information

#516D91 (or 0x516D91) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6D and 91. RGB value is (81,109,145). Sum of RGB (Red+Green+Blue) = 81+109+145=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #516D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D91 is #AE926E. Grayscale: #686868. Windows color (decimal): -11440751 or 9530705. OLE color: 9530705.

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

Color convert

RGB81109145-
CMYK0.440.2500.43
HSL213.75º28.32%44.31%-
HSV(B)213.75º44.14%56.86%-
XYZ13.9714.7328.89-
YUV104.73150.72111.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=24.18%
G=32.54%
B=43.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811091450.440.2500.43213.7528.3244.31
Hex516D912C1902Bd61c2c
Octal12115522154310533263454
Binary10100011101101100100011011001100101010111101011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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