#516F95

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

Shades of Kashmir Blue #516F95

Tints of Kashmir Blue #516F95

Color information

#516F95 (or 0x516F95) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6F and 95. RGB value is (81,111,149). Sum of RGB (Red+Green+Blue) = 81+111+149=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #516F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F95 is #AE906A. Grayscale: #6A6A6A. Windows color (decimal): -11440235 or 9793361. OLE color: 9793361.

HSL color Cylindrical-coordinate representation of color #516F95: hue angle of 213.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516F95 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81111149-
CMYK0.460.2600.42
HSL213.53º29.57%45.1%-
HSV(B)213.53º45.64%58.43%-
XYZ14.515.2930.62-
YUV106.36152.06109.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=23.75%
G=32.55%
B=43.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811111490.460.2600.42213.5329.5745.1
Hex516F952E1A02Ad61e2d
Octal12115722556320523263655
Binary10100011101111100101011011101101001010101101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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