#516E90

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

Shades of Kashmir Blue #516E90

Tints of Kashmir Blue #516E90

Color information

#516E90 (or 0x516E90) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6E and 90. RGB value is (81,110,144). Sum of RGB (Red+Green+Blue) = 81+110+144=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #516E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E90 is #AE916F. Grayscale: #696969. Windows color (decimal): -11440496 or 9465425. OLE color: 9465425.

HSL color Cylindrical-coordinate representation of color #516E90: hue angle of 212.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516E90 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81110144-
CMYK0.440.2400.44
HSL212.38º28%44.12%-
HSV(B)212.38º43.75%56.47%-
XYZ1414.9128.53-
YUV105.2149.89110.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=24.18%
G=32.84%
B=42.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811101440.440.2400.44212.382844.12
Hex516E902C1802Cd41c2c
Octal12115622054300543243454
Binary10100011101110100100001011001100001011001101010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516E90; }

 p { color: rgb(81,110,144); }

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

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

 a { background-color: rgb(81,110,144); }

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

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

 span { border-color: rgb(81,110,144); }

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