Html Css Color HEX #516190 Kashmir Blue

📋 copy color: '#516190'

red 81 ◦ green 97 ◦ blue 144

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

Shades of Kashmir Blue #516190

Tints of Kashmir Blue #516190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

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

R = 25.16%
G = 30.12%
B = 44.72%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516190 (or 0x516190) is known color: Kashmir Blue. HEX triplet: 51, 61 and 90. RGB value is (81,97,144). Sum of RGB (Red+Green+Blue) = 81+97+144=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #516190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516190 is #AE9E6F. Grayscale: #616161. Windows color (decimal): -11443824 or 9462097. OLE color: 9462097.

HSL color Cylindrical-coordinate representation of color #516190: hue angle of 224.76º 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 #516190 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 97 144 -
CMYK 0.44 0.33 0 0.44
HSL 224.76º 0.28% 0.44% -
HSV(B) 224.76º 0.44% 0.56% -
XYZ 12.7 12.31 28.09 -
YUV 97.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 81 97 144 0.44 0.33 0 0.44 224.76 0.28 0.44
Hex 51 61 90 2C 21 0 2C E1 1C 2C
Octal 121 141 220 54 41 0 54 341 34 54
Binary 1010001 1100001 10010000 101100 100001 0 101100 11100001 11100 101100

Color Harmonies of #516190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516190

Black with #516190

Text Example


Text Example

White with #516190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516190; }

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

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

background-color css

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

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

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

border-color css

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

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

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