Html Css Color HEX #517696 Kashmir Blue

📋 copy color: '#517696'

red 81 ◦ green 118 ◦ blue 150

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

Shades of Kashmir Blue #517696

Tints of Kashmir Blue #517696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 23.21%
G = 33.81%
B = 42.98%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517696 (or 0x517696) is known color: Kashmir Blue. HEX triplet: 51, 76 and 96. RGB value is (81,118,150). Sum of RGB (Red+Green+Blue) = 81+118+150=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #517696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517696 is #AE8969. Grayscale: #6E6E6E. Windows color (decimal): -11438442 or 9860689. OLE color: 9860689.

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

Color convert

RGB 81 118 150 -
CMYK 0.46 0.21 0 0.41
HSL 207.83º 0.3% 0.45% -
HSV(B) 207.83º 0.46% 0.59% -
XYZ 15.38 16.91 31.31 -
YUV 110.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 81 118 150 0.46 0.21 0 0.41 207.83 0.3 0.45
Hex 51 76 96 2E 15 0 29 D0 1E 2D
Octal 121 166 226 56 25 0 51 320 36 55
Binary 1010001 1110110 10010110 101110 10101 0 101001 11010000 11110 101101

Color Harmonies of #517696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517696

Black with #517696

Text Example


Text Example

White with #517696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517696; }

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

 H1.HeaderClassName
 {
   color: #517696;
 }
 .AnyTagClassName
 {
   color: #517696;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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