#516F93

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

Shades of Kashmir Blue #516F93

Tints of Kashmir Blue #516F93

Color information

#516F93 (or 0x516F93) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6F and 93. RGB value is (81,111,147). Sum of RGB (Red+Green+Blue) = 81+111+147=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #516F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F93 is #AE906C. Grayscale: #696969. Windows color (decimal): -11440237 or 9662289. OLE color: 9662289.

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

Color convert

RGB81111147-
CMYK0.450.2400.42
HSL212.73º28.95%44.71%-
HSV(B)212.73º44.9%57.65%-
XYZ14.3415.2229.79-
YUV106.13151.06110.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=23.89%
G=32.74%
B=43.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811111470.450.2400.42212.7328.9544.71
Hex516F932D1802Ad51d2d
Octal12115722355300523253555
Binary10100011101111100100111011011100001010101101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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