Html Css Color HEX #516391 Kashmir Blue

📋 copy color: '#516391'

red 81 ◦ green 99 ◦ blue 145

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

Shades of Kashmir Blue #516391

Tints of Kashmir Blue #516391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 24.92%
G = 30.46%
B = 44.62%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516391 (or 0x516391) is known color: Kashmir Blue. HEX triplet: 51, 63 and 91. RGB value is (81,99,145). Sum of RGB (Red+Green+Blue) = 81+99+145=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #516391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516391 is #AE9C6E. Grayscale: #626262. Windows color (decimal): -11443311 or 9528145. OLE color: 9528145.

HSL color Cylindrical-coordinate representation of color #516391: hue angle of 223.12º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516391 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 99 145 -
CMYK 0.44 0.32 0 0.43
HSL 223.13º 0.28% 0.44% -
HSV(B) 223.13º 0.44% 0.57% -
XYZ 12.97 12.72 28.56 -
YUV 98.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 81 99 145 0.44 0.32 0 0.43 223.13 0.28 0.44
Hex 51 63 91 2C 20 0 2B DF 1C 2C
Octal 121 143 221 54 40 0 53 337 34 54
Binary 1010001 1100011 10010001 101100 100000 0 101011 11011111 11100 101100

Color Harmonies of #516391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516391

Black with #516391

Text Example


Text Example

White with #516391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516391; }

 p { color: rgb(81,99,145); }

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

background-color css

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

 a { background-color: rgb(81,99,145); }

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

border-color css

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

 span { border-color: rgb(81,99,145); }

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