#516089

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

Shades of Kashmir Blue #516089

Tints of Kashmir Blue #516089

Color information

#516089 (or 0x516089) is unknown color: approx Kashmir Blue. HEX triplet: 51, 60 and 89. RGB value is (81,96,137). Sum of RGB (Red+Green+Blue) = 81+96+137=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #516089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516089 is #AE9F76. Grayscale: #606060. Windows color (decimal): -11444087 or 9003089. OLE color: 9003089.

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

Color convert

RGB8196137-
CMYK0.410.3000.46
HSL223.93º25.69%42.75%-
HSV(B)223.93º40.88%53.73%-
XYZ12.0911.9225.33-
YUV96.19151.03117.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=25.80%
G=30.57%
B=43.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81961370.410.3000.46223.9325.6942.75
Hex516089291E02Ee01a2b
Octal12114021151360563403253
Binary10100011100000100010011010011111001011101110000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516089; }

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

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

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

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

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

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

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

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