#516893

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

Shades of Kashmir Blue #516893

Tints of Kashmir Blue #516893

Color information

#516893 (or 0x516893) is unknown color: approx Kashmir Blue. HEX triplet: 51, 68 and 93. RGB value is (81,104,147). Sum of RGB (Red+Green+Blue) = 81+104+147=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #516893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516893 is #AE976C. Grayscale: #656565. Windows color (decimal): -11442029 or 9660497. OLE color: 9660497.

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

Color convert

RGB81104147-
CMYK0.450.2900.42
HSL219.09º28.95%44.71%-
HSV(B)219.09º44.9%57.65%-
XYZ13.6113.7629.54-
YUV102.02153.38113-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=24.40%
G=31.33%
B=44.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811041470.450.2900.42219.0928.9544.71
Hex5168932D1D02Adb1d2d
Octal12115022355350523333555
Binary10100011101000100100111011011110101010101101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516893; }

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

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

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

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

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

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

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

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