#517396

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

Shades of Kashmir Blue #517396

Tints of Kashmir Blue #517396

Color information

#517396 (or 0x517396) is unknown color: approx Kashmir Blue. HEX triplet: 51, 73 and 96. RGB value is (81,115,150). Sum of RGB (Red+Green+Blue) = 81+115+150=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #517396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517396 is #AE8C69. Grayscale: #6C6C6C. Windows color (decimal): -11439210 or 9859921. OLE color: 9859921.

HSL color Cylindrical-coordinate representation of color #517396: hue angle of 210.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517396 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81115150-
CMYK0.460.2300.41
HSL210.43º29.87%45.29%-
HSV(B)210.43º46%58.82%-
XYZ15.0316.2131.19-
YUV108.82151.24108.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=23.41%
G=33.24%
B=43.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811151500.460.2300.41210.4329.8745.29
Hex5173962E17029d21e2d
Octal12116322656270513223655
Binary10100011110011100101101011101011101010011101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517396; }

 p { color: rgb(81,115,150); }

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

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

 a { background-color: rgb(81,115,150); }

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

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

 span { border-color: rgb(81,115,150); }

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