Html Css Color HEX #517695 Kashmir Blue

📋 copy color: '#517695'

red 81 ◦ green 118 ◦ blue 149

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

Shades of Kashmir Blue #517695

Tints of Kashmir Blue #517695

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 value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 81 118 149 -
CMYK 0.46 0.21 0 0.42
HSL 207.35º 0.3% 0.45% -
HSV(B) 207.35º 0.46% 0.58% -
XYZ 15.3 16.88 30.88 -
YUV 110.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 81 118 149 0.46 0.21 0 0.42 207.35 0.3 0.45
Hex 51 76 95 2E 15 0 2A CF 1E 2D
Octal 121 166 225 56 25 0 52 317 36 55
Binary 1010001 1110110 10010101 101110 10101 0 101010 11001111 11110 101101

Color Harmonies of #517695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517695

Black with #517695

Text Example


Text Example

White with #517695

Text Example


Text Example

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