#516385

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

Shades of Kashmir Blue #516385

Tints of Kashmir Blue #516385

Color information

#516385 (or 0x516385) is unknown color: approx Kashmir Blue. HEX triplet: 51, 63 and 85. RGB value is (81,99,133). Sum of RGB (Red+Green+Blue) = 81+99+133=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #516385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516385 is #AE9C7A. Grayscale: #616161. Windows color (decimal): -11443323 or 8741713. OLE color: 8741713.

HSL color Cylindrical-coordinate representation of color #516385: hue angle of 219.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516385 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8199133-
CMYK0.390.2600.48
HSL219.23º24.3%41.96%-
HSV(B)219.23º39.1%52.16%-
XYZ12.0912.3723.94-
YUV97.49148.04116.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=25.88%
G=31.63%
B=42.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81991330.390.2600.48219.2324.341.96
Hex516385271A030db182a
Octal12114320547320603333052
Binary10100011100011100001011001111101001100001101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516385; }

 p { color: rgb(81,99,133); }

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

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

 a { background-color: rgb(81,99,133); }

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

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

 span { border-color: rgb(81,99,133); }

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