#516593

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

Shades of Kashmir Blue #516593

Tints of Kashmir Blue #516593

Color information

#516593 (or 0x516593) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 93. RGB value is (81,101,147). Sum of RGB (Red+Green+Blue) = 81+101+147=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #516593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516593 is #AE9A6C. Grayscale: #646464. Windows color (decimal): -11442797 or 9659729. OLE color: 9659729.

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

Color convert

RGB81101147-
CMYK0.450.3100.42
HSL221.82º28.95%44.71%-
HSV(B)221.82º44.9%57.65%-
XYZ13.3113.1629.44-
YUV100.26154.37114.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=24.62%
G=30.70%
B=44.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811011470.450.3100.42221.8228.9544.71
Hex5165932D1F02Ade1d2d
Octal12114522355370523363555
Binary10100011100101100100111011011111101010101101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516593; }

 p { color: rgb(81,101,147); }

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

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

 a { background-color: rgb(81,101,147); }

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

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

 span { border-color: rgb(81,101,147); }

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