#516290

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

Shades of Kashmir Blue #516290

Tints of Kashmir Blue #516290

Color information

#516290 (or 0x516290) is unknown color: approx Kashmir Blue. HEX triplet: 51, 62 and 90. RGB value is (81,98,144). Sum of RGB (Red+Green+Blue) = 81+98+144=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #516290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516290 is #AE9D6F. Grayscale: #616161. Windows color (decimal): -11443568 or 9462353. OLE color: 9462353.

HSL color Cylindrical-coordinate representation of color #516290: hue angle of 223.81º 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 #516290 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8198144-
CMYK0.440.3200.44
HSL223.81º28%44.12%-
HSV(B)223.81º43.75%56.47%-
XYZ12.812.528.12-
YUV98.16153.87115.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=25.08%
G=30.34%
B=44.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81981440.440.3200.44223.812844.12
Hex5162902C2002Ce01c2c
Octal12114222054400543403454
Binary101000111000101001000010110010000001011001110000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516290; }

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

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

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

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

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

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

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

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