#516790

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

Shades of Kashmir Blue #516790

Tints of Kashmir Blue #516790

Color information

#516790 (or 0x516790) is unknown color: approx Kashmir Blue. HEX triplet: 51, 67 and 90. RGB value is (81,103,144). Sum of RGB (Red+Green+Blue) = 81+103+144=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #516790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516790 is #AE986F. Grayscale: #646464. Windows color (decimal): -11442288 or 9463633. OLE color: 9463633.

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

Color convert

RGB81103144-
CMYK0.440.2800.44
HSL219.05º28%44.12%-
HSV(B)219.05º43.75%56.47%-
XYZ13.2813.4628.28-
YUV101.1152.21113.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=24.70%
G=31.40%
B=43.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811031440.440.2800.44219.052844.12
Hex5167902C1C02Cdb1c2c
Octal12114722054340543333454
Binary10100011100111100100001011001110001011001101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516790; }

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

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

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

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

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

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

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

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