Html Css Color HEX #516390 Kashmir Blue

📋 copy color: '#516390'

red 81 ◦ green 99 ◦ blue 144

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

Shades of Kashmir Blue #516390

Tints of Kashmir Blue #516390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 25%
G = 30.56%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516390 (or 0x516390) is known color: Kashmir Blue. HEX triplet: 51, 63 and 90. RGB value is (81,99,144). Sum of RGB (Red+Green+Blue) = 81+99+144=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #516390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516390 is #AE9C6F. Grayscale: #626262. Windows color (decimal): -11443312 or 9462609. OLE color: 9462609.

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

Color convert

RGB 81 99 144 -
CMYK 0.44 0.31 0 0.44
HSL 222.86º 0.28% 0.44% -
HSV(B) 222.86º 0.44% 0.56% -
XYZ 12.89 12.69 28.15 -
YUV 98.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 81 99 144 0.44 0.31 0 0.44 222.86 0.28 0.44
Hex 51 63 90 2C 1F 0 2C DF 1C 2C
Octal 121 143 220 54 37 0 54 337 34 54
Binary 1010001 1100011 10010000 101100 11111 0 101100 11011111 11100 101100

Color Harmonies of #516390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516390

Black with #516390

Text Example


Text Example

White with #516390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516390; }

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

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

background-color css

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

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

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

border-color css

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

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

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