Html Css Color HEX #516490 Kashmir Blue

📋 copy color: '#516490'

red 81 ◦ green 100 ◦ blue 144

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

Shades of Kashmir Blue #516490

Tints of Kashmir Blue #516490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 24.92%
G = 30.77%
B = 44.31%

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

#516490 (or 0x516490) is known color: Kashmir Blue. HEX triplet: 51, 64 and 90. RGB value is (81,100,144). Sum of RGB (Red+Green+Blue) = 81+100+144=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #516490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516490 is #AE9B6F. Grayscale: #636363. Windows color (decimal): -11443056 or 9462865. OLE color: 9462865.

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

Color convert

RGB 81 100 144 -
CMYK 0.44 0.31 0 0.44
HSL 221.9º 0.28% 0.44% -
HSV(B) 221.9º 0.44% 0.56% -
XYZ 12.98 12.88 28.19 -
YUV 99.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 81 100 144 0.44 0.31 0 0.44 221.9 0.28 0.44
Hex 51 64 90 2C 1F 0 2C DE 1C 2C
Octal 121 144 220 54 37 0 54 336 34 54
Binary 1010001 1100100 10010000 101100 11111 0 101100 11011110 11100 101100

Color Harmonies of #516490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516490

Black with #516490

Text Example


Text Example

White with #516490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516490; }

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

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

background-color css

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

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

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

border-color css

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

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

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