#516289

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

Shades of Kashmir Blue #516289

Tints of Kashmir Blue #516289

Color information

#516289 (or 0x516289) is unknown color: approx Kashmir Blue. HEX triplet: 51, 62 and 89. RGB value is (81,98,137). Sum of RGB (Red+Green+Blue) = 81+98+137=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #516289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516289 is #AE9D76. Grayscale: #616161. Windows color (decimal): -11443575 or 9003601. OLE color: 9003601.

HSL color Cylindrical-coordinate representation of color #516289: hue angle of 221.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516289 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8198137-
CMYK0.410.2800.46
HSL221.79º25.69%42.75%-
HSV(B)221.79º40.88%53.73%-
XYZ12.2812.2925.39-
YUV97.36150.37116.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=25.63%
G=31.01%
B=43.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81981370.410.2800.46221.7925.6942.75
Hex516289291C02Ede1a2b
Octal12114221151340563363253
Binary10100011100010100010011010011110001011101101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516289; }

 p { color: rgb(81,98,137); }

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

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

 a { background-color: rgb(81,98,137); }

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

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

 span { border-color: rgb(81,98,137); }

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