#516A93

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

Shades of Kashmir Blue #516A93

Tints of Kashmir Blue #516A93

Color information

#516A93 (or 0x516A93) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6A and 93. RGB value is (81,106,147). Sum of RGB (Red+Green+Blue) = 81+106+147=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #516A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A93 is #AE956C. Grayscale: #676767. Windows color (decimal): -11441517 or 9661009. OLE color: 9661009.

HSL color Cylindrical-coordinate representation of color #516A93: hue angle of 217.27º 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 #516A93 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81106147-
CMYK0.450.2800.42
HSL217.27º28.95%44.71%-
HSV(B)217.27º44.9%57.65%-
XYZ13.8114.1629.61-
YUV103.2152.72112.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=24.25%
G=31.74%
B=44.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811061470.450.2800.42217.2728.9544.71
Hex516A932D1C02Ad91d2d
Octal12115222355340523313555
Binary10100011101010100100111011011110001010101101100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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