#517695

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

Shades of Kashmir Blue #517695

Tints of Kashmir Blue #517695

Color information

#517695 (or 0x517695) is unknown color: approx Kashmir Blue. HEX triplet: 51, 76 and 95. RGB value is (81,118,149). Sum of RGB (Red+Green+Blue) = 81+118+149=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #517695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517695 is #AE896A. Grayscale: #6E6E6E. Windows color (decimal): -11438443 or 9795153. OLE color: 9795153.

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

Color convert

RGB81118149-
CMYK0.460.2100.42
HSL207.35º29.57%45.1%-
HSV(B)207.35º45.64%58.43%-
XYZ15.316.8830.88-
YUV110.47149.74106.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=23.28%
G=33.91%
B=42.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811181490.460.2100.42207.3529.5745.1
Hex5176952E1502Acf1e2d
Octal12116622556250523173655
Binary10100011110110100101011011101010101010101100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517695; }

 p { color: rgb(81,118,149); }

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

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

 a { background-color: rgb(81,118,149); }

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

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

 span { border-color: rgb(81,118,149); }

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