Html Css Color HEX #517495 Kashmir Blue

📋 copy color: '#517495'

red 81 ◦ green 116 ◦ blue 149

#517495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #517495

Tints of Kashmir Blue #517495

RGB

 RED value IS 81 (32.03% from 255) = 23.41%

 GREEN value IS 116 (45.7% 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 value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517495 (or 0x517495) is known color: 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

RGB 81 116 149 -
CMYK 0.46 0.22 0 0.42
HSL 209.12º 0.3% 0.45% -
HSV(B) 209.12º 0.46% 0.58% -
XYZ 15.06 16.41 30.81 -
YUV 109.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 81 116 149 0.46 0.22 0 0.42 209.12 0.3 0.45
Hex 51 74 95 2E 16 0 2A D1 1E 2D
Octal 121 164 225 56 26 0 52 321 36 55
Binary 1010001 1110100 10010101 101110 10110 0 101010 11010001 11110 101101

Color Harmonies of #517495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517495

Black with #517495

Text Example


Text Example

White with #517495

Text Example


Text Example

HTML Codes & Css Web 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>