#516591

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

Shades of Kashmir Blue #516591

Tints of Kashmir Blue #516591

Color information

#516591 (or 0x516591) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 91. RGB value is (81,101,145). Sum of RGB (Red+Green+Blue) = 81+101+145=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #516591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516591 is #AE9A6E. Grayscale: #636363. Windows color (decimal): -11442799 or 9528657. OLE color: 9528657.

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

Color convert

RGB81101145-
CMYK0.440.3000.43
HSL221.25º28.32%44.31%-
HSV(B)221.25º44.14%56.86%-
XYZ13.1613.128.62-
YUV100.04153.37114.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=24.77%
G=30.89%
B=44.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811011450.440.3000.43221.2528.3244.31
Hex5165912C1E02Bdd1c2c
Octal12114522154360533353454
Binary10100011100101100100011011001111001010111101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516591; }

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

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

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

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

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

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

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

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