#516189

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

Shades of Kashmir Blue #516189

Tints of Kashmir Blue #516189

Color information

#516189 (or 0x516189) is unknown color: approx Kashmir Blue. HEX triplet: 51, 61 and 89. RGB value is (81,97,137). Sum of RGB (Red+Green+Blue) = 81+97+137=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #516189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516189 is #AE9E76. Grayscale: #606060. Windows color (decimal): -11443831 or 9003345. OLE color: 9003345.

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

Color convert

RGB8197137-
CMYK0.410.2900.46
HSL222.86º25.69%42.75%-
HSV(B)222.86º40.88%53.73%-
XYZ12.1812.125.36-
YUV96.78150.7116.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=25.71%
G=30.79%
B=43.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81971370.410.2900.46222.8625.6942.75
Hex516189291D02Edf1a2b
Octal12114121151350563373253
Binary10100011100001100010011010011110101011101101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516189; }

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

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

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

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

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

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

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

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