#516392

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

Shades of Kashmir Blue #516392

Tints of Kashmir Blue #516392

Color information

#516392 (or 0x516392) is unknown color: approx Kashmir Blue. HEX triplet: 51, 63 and 92. RGB value is (81,99,146). Sum of RGB (Red+Green+Blue) = 81+99+146=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #516392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516392 is #AE9C6D. Grayscale: #626262. Windows color (decimal): -11443310 or 9593681. OLE color: 9593681.

HSL color Cylindrical-coordinate representation of color #516392: hue angle of 223.38º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516392 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8199146-
CMYK0.450.3200.43
HSL223.38º28.63%44.51%-
HSV(B)223.38º44.52%57.25%-
XYZ13.0412.7528.97-
YUV98.98154.54115.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=24.85%
G=30.37%
B=44.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81991460.450.3200.43223.3828.6344.51
Hex5163922D2002Bdf1d2d
Octal12114322255400533373555
Binary101000111000111001001010110110000001010111101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516392; }

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

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

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

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

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

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

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

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