#516585

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

Shades of Kashmir Blue #516585

Tints of Kashmir Blue #516585

Color information

#516585 (or 0x516585) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 85. RGB value is (81,101,133). Sum of RGB (Red+Green+Blue) = 81+101+133=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #516585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516585 is #AE9A7A. Grayscale: #626262. Windows color (decimal): -11442811 or 8742225. OLE color: 8742225.

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

Color convert

RGB81101133-
CMYK0.390.2400.48
HSL216.92º24.3%41.96%-
HSV(B)216.92º39.1%52.16%-
XYZ12.2812.7524-
YUV98.67147.37115.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=25.71%
G=32.06%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811011330.390.2400.48216.9224.341.96
Hex5165852718030d9182a
Octal12114520547300603313052
Binary10100011100101100001011001111100001100001101100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516585; }

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

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

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

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

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

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

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

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