Html Css Color HEX #516290 Kashmir Blue

📋 copy color: '#516290'

red 81 ◦ green 98 ◦ blue 144

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

Shades of Kashmir Blue #516290

Tints of Kashmir Blue #516290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 25.08%
G = 30.34%
B = 44.58%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516290 (or 0x516290) is known color: Kashmir Blue. HEX triplet: 51, 62 and 90. RGB value is (81,98,144). Sum of RGB (Red+Green+Blue) = 81+98+144=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #516290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516290 is #AE9D6F. Grayscale: #616161. Windows color (decimal): -11443568 or 9462353. OLE color: 9462353.

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

Color convert

RGB 81 98 144 -
CMYK 0.44 0.32 0 0.44
HSL 223.81º 0.28% 0.44% -
HSV(B) 223.81º 0.44% 0.56% -
XYZ 12.8 12.5 28.12 -
YUV 98.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 81 98 144 0.44 0.32 0 0.44 223.81 0.28 0.44
Hex 51 62 90 2C 20 0 2C E0 1C 2C
Octal 121 142 220 54 40 0 54 340 34 54
Binary 1010001 1100010 10010000 101100 100000 0 101100 11100000 11100 101100

Color Harmonies of #516290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516290

Black with #516290

Text Example


Text Example

White with #516290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516290; }

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

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

background-color css

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

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

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

border-color css

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

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

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