Html Css Color HEX #517393 Kashmir Blue

📋 copy color: '#517393'

red 81 ◦ green 115 ◦ blue 147

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

Shades of Kashmir Blue #517393

Tints of Kashmir Blue #517393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 23.62%
G = 33.53%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517393 (or 0x517393) is known color: Kashmir Blue. HEX triplet: 51, 73 and 93. RGB value is (81,115,147). Sum of RGB (Red+Green+Blue) = 81+115+147=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #517393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517393 is #AE8C6C. Grayscale: #6C6C6C. Windows color (decimal): -11439213 or 9663313. OLE color: 9663313.

HSL color Cylindrical-coordinate representation of color #517393: hue angle of 209.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517393 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 115 147 -
CMYK 0.45 0.22 0 0.42
HSL 209.09º 0.29% 0.45% -
HSV(B) 209.09º 0.45% 0.58% -
XYZ 14.79 16.12 29.94 -
YUV 108.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 81 115 147 0.45 0.22 0 0.42 209.09 0.29 0.45
Hex 51 73 93 2D 16 0 2A D1 1D 2D
Octal 121 163 223 55 26 0 52 321 35 55
Binary 1010001 1110011 10010011 101101 10110 0 101010 11010001 11101 101101

Color Harmonies of #517393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517393

Black with #517393

Text Example


Text Example

White with #517393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517393; }

 p { color: rgb(81,115,147); }

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

background-color css

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

 a { background-color: rgb(81,115,147); }

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

border-color css

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

 span { border-color: rgb(81,115,147); }

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