#516A92

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

Shades of Kashmir Blue #516A92

Tints of Kashmir Blue #516A92

Color information

#516A92 (or 0x516A92) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6A and 92. RGB value is (81,106,146). Sum of RGB (Red+Green+Blue) = 81+106+146=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #516A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A92 is #AE956D. Grayscale: #666666. Windows color (decimal): -11441518 or 9595473. OLE color: 9595473.

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

Color convert

RGB81106146-
CMYK0.450.2700.43
HSL216.92º28.63%44.51%-
HSV(B)216.92º44.52%57.25%-
XYZ13.7414.1329.2-
YUV103.08152.22112.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=24.32%
G=31.83%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811061460.450.2700.43216.9228.6344.51
Hex516A922D1B02Bd91d2d
Octal12115222255330533313555
Binary10100011101010100100101011011101101010111101100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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