#516E93

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

Shades of Kashmir Blue #516E93

Tints of Kashmir Blue #516E93

Color information

#516E93 (or 0x516E93) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6E and 93. RGB value is (81,110,147). Sum of RGB (Red+Green+Blue) = 81+110+147=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #516E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E93 is #AE916C. Grayscale: #696969. Windows color (decimal): -11440493 or 9662033. OLE color: 9662033.

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

Color convert

RGB81110147-
CMYK0.450.2500.42
HSL213.64º28.95%44.71%-
HSV(B)213.64º44.9%57.65%-
XYZ14.2415.0129.75-
YUV105.55151.39110.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=23.96%
G=32.54%
B=43.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811101470.450.2500.42213.6428.9544.71
Hex516E932D1902Ad61d2d
Octal12115622355310523263555
Binary10100011101110100100111011011100101010101101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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