#517495

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

Shades of Kashmir Blue #517495

Tints of Kashmir Blue #517495

Color information

#517495 (or 0x517495) is unknown color: approx Kashmir Blue. HEX triplet: 51, 74 and 95. RGB value is (81,116,149). Sum of RGB (Red+Green+Blue) = 81+116+149=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #517495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517495 is #AE8B6A. Grayscale: #6D6D6D. Windows color (decimal): -11438955 or 9794641. OLE color: 9794641.

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

Color convert

RGB81116149-
CMYK0.460.2200.42
HSL209.12º29.57%45.1%-
HSV(B)209.12º45.64%58.43%-
XYZ15.0616.4130.81-
YUV109.3150.4107.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=23.41%
G=33.53%
B=43.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811161490.460.2200.42209.1229.5745.1
Hex5174952E1602Ad11e2d
Octal12116422556260523213655
Binary10100011110100100101011011101011001010101101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517495; }

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

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

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

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

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

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

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

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