#516485

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

Shades of Kashmir Blue #516485

Tints of Kashmir Blue #516485

Color information

#516485 (or 0x516485) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 85. RGB value is (81,100,133). Sum of RGB (Red+Green+Blue) = 81+100+133=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #516485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516485 is #AE9B7A. Grayscale: #616161. Windows color (decimal): -11443067 or 8741969. OLE color: 8741969.

HSL color Cylindrical-coordinate representation of color #516485: hue angle of 218.08º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516485 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81100133-
CMYK0.390.2500.48
HSL218.08º24.3%41.96%-
HSV(B)218.08º39.1%52.16%-
XYZ12.1812.5623.97-
YUV98.08147.71115.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=25.80%
G=31.85%
B=42.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811001330.390.2500.48218.0824.341.96
Hex5164852719030da182a
Octal12114420547310603323052
Binary10100011100100100001011001111100101100001101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516485; }

 p { color: rgb(81,100,133); }

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

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

 a { background-color: rgb(81,100,133); }

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

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

 span { border-color: rgb(81,100,133); }

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