#516383

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

Shades of Kashmir Blue #516383

Tints of Kashmir Blue #516383

Color information

#516383 (or 0x516383) is unknown color: approx Kashmir Blue. HEX triplet: 51, 63 and 83. RGB value is (81,99,131). Sum of RGB (Red+Green+Blue) = 81+99+131=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #516383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516383 is #AE9C7C. Grayscale: #616161. Windows color (decimal): -11443325 or 8610641. OLE color: 8610641.

HSL color Cylindrical-coordinate representation of color #516383: hue angle of 218.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516383 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8199131-
CMYK0.380.2400.49
HSL218.4º23.58%41.57%-
HSV(B)218.4º38.17%51.37%-
XYZ11.9512.3123.22-
YUV97.27147.04116.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=26.05%
G=31.83%
B=42.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81991310.380.2400.49218.423.5841.57
Hex5163832618031da182a
Octal12114320346300613323052
Binary10100011100011100000111001101100001100011101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516383; }

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

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

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

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

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

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

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

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