#516D94

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

Shades of Kashmir Blue #516D94

Tints of Kashmir Blue #516D94

Color information

#516D94 (or 0x516D94) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6D and 94. RGB value is (81,109,148). Sum of RGB (Red+Green+Blue) = 81+109+148=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #516D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D94 is #AE926B. Grayscale: #686868. Windows color (decimal): -11440748 or 9727313. OLE color: 9727313.

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

Color convert

RGB81109148-
CMYK0.450.2600.42
HSL214.93º29.26%44.9%-
HSV(B)214.93º45.27%58.04%-
XYZ14.2114.8230.13-
YUV105.07152.22110.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=23.96%
G=32.25%
B=43.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811091480.450.2600.42214.9329.2644.9
Hex516D942D1A02Ad71d2d
Octal12115522455320523273555
Binary10100011101101100101001011011101001010101101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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