Html Css Color HEX #517595 Kashmir Blue

📋 copy color: '#517595'

red 81 ◦ green 117 ◦ blue 149

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

Shades of Kashmir Blue #517595

Tints of Kashmir Blue #517595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 23.34%
G = 33.72%
B = 42.94%

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

#517595 (or 0x517595) is known color: Kashmir Blue. HEX triplet: 51, 75 and 95. RGB value is (81,117,149). Sum of RGB (Red+Green+Blue) = 81+117+149=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #517595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517595 is #AE8A6A. Grayscale: #6D6D6D. Windows color (decimal): -11438699 or 9794897. OLE color: 9794897.

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

Color convert

RGB 81 117 149 -
CMYK 0.46 0.21 0 0.42
HSL 208.24º 0.3% 0.45% -
HSV(B) 208.24º 0.46% 0.58% -
XYZ 15.18 16.64 30.85 -
YUV 109.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 81 117 149 0.46 0.21 0 0.42 208.24 0.3 0.45
Hex 51 75 95 2E 15 0 2A D0 1E 2D
Octal 121 165 225 56 25 0 52 320 36 55
Binary 1010001 1110101 10010101 101110 10101 0 101010 11010000 11110 101101

Color Harmonies of #517595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517595

Black with #517595

Text Example


Text Example

White with #517595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517595; }

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

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

background-color css

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

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

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

border-color css

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

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

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