#517796

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

Shades of Kashmir Blue #517796

Tints of Kashmir Blue #517796

Color information

#517796 (or 0x517796) is unknown color: approx Kashmir Blue. HEX triplet: 51, 77 and 96. RGB value is (81,119,150). Sum of RGB (Red+Green+Blue) = 81+119+150=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #517796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517796 is #AE8869. Grayscale: #6F6F6F. Windows color (decimal): -11438186 or 9860945. OLE color: 9860945.

HSL color Cylindrical-coordinate representation of color #517796: hue angle of 206.96º 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 #517796 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81119150-
CMYK0.460.2100.41
HSL206.96º29.87%45.29%-
HSV(B)206.96º46%58.82%-
XYZ15.517.1431.35-
YUV111.17149.91106.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=23.14%
G=34%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811191500.460.2100.41206.9629.8745.29
Hex5177962E15029cf1e2d
Octal12116722656250513173655
Binary10100011110111100101101011101010101010011100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517796; }

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

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

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

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

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

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

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

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