#516085

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

Shades of Kashmir Blue #516085

Tints of Kashmir Blue #516085

Color information

#516085 (or 0x516085) is unknown color: approx Kashmir Blue. HEX triplet: 51, 60 and 85. RGB value is (81,96,133). Sum of RGB (Red+Green+Blue) = 81+96+133=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #516085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516085 is #AE9F7A. Grayscale: #5F5F5F. Windows color (decimal): -11444091 or 8740945. OLE color: 8740945.

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

Color convert

RGB8196133-
CMYK0.390.2800.48
HSL222.69º24.3%41.96%-
HSV(B)222.69º39.1%52.16%-
XYZ11.8111.8123.85-
YUV95.73149.03117.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=26.13%
G=30.97%
B=42.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81961330.390.2800.48222.6924.341.96
Hex516085271C030df182a
Octal12114020547340603373052
Binary10100011100000100001011001111110001100001101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516085; }

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

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

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

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

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

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

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

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