Html Css Color HEX #517394 Kashmir Blue

📋 copy color: '#517394'

red 81 ◦ green 115 ◦ blue 148

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

Shades of Kashmir Blue #517394

Tints of Kashmir Blue #517394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 23.55%
G = 33.43%
B = 43.02%

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

#517394 (or 0x517394) is known color: Kashmir Blue. HEX triplet: 51, 73 and 94. RGB value is (81,115,148). Sum of RGB (Red+Green+Blue) = 81+115+148=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #517394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517394 is #AE8C6B. Grayscale: #6C6C6C. Windows color (decimal): -11439212 or 9728849. OLE color: 9728849.

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

Color convert

RGB 81 115 148 -
CMYK 0.45 0.22 0 0.42
HSL 209.55º 0.29% 0.45% -
HSV(B) 209.55º 0.45% 0.58% -
XYZ 14.87 16.15 30.35 -
YUV 108.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 81 115 148 0.45 0.22 0 0.42 209.55 0.29 0.45
Hex 51 73 94 2D 16 0 2A D2 1D 2D
Octal 121 163 224 55 26 0 52 322 35 55
Binary 1010001 1110011 10010100 101101 10110 0 101010 11010010 11101 101101

Color Harmonies of #517394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517394

Black with #517394

Text Example


Text Example

White with #517394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517394; }

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

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

background-color css

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

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

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

border-color css

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

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

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