#516592

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

Shades of Kashmir Blue #516592

Tints of Kashmir Blue #516592

Color information

#516592 (or 0x516592) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 92. RGB value is (81,101,146). Sum of RGB (Red+Green+Blue) = 81+101+146=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #516592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516592 is #AE9A6D. Grayscale: #636363. Windows color (decimal): -11442798 or 9594193. OLE color: 9594193.

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

Color convert

RGB81101146-
CMYK0.450.3100.43
HSL221.54º28.63%44.51%-
HSV(B)221.54º44.52%57.25%-
XYZ13.2413.1329.03-
YUV100.15153.87114.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=24.70%
G=30.79%
B=44.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811011460.450.3100.43221.5428.6344.51
Hex5165922D1F02Bde1d2d
Octal12114522255370533363555
Binary10100011100101100100101011011111101010111101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516592; }

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

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

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

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

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

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

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

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