Html Css Color HEX #516590 Kashmir Blue

📋 copy color: '#516590'

red 81 ◦ green 101 ◦ blue 144

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

Shades of Kashmir Blue #516590

Tints of Kashmir Blue #516590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 24.85%
G = 30.98%
B = 44.17%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516590 (or 0x516590) is known color: Kashmir Blue. HEX triplet: 51, 65 and 90. RGB value is (81,101,144). Sum of RGB (Red+Green+Blue) = 81+101+144=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #516590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516590 is #AE9A6F. Grayscale: #636363. Windows color (decimal): -11442800 or 9463121. OLE color: 9463121.

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

Color convert

RGB 81 101 144 -
CMYK 0.44 0.30 0 0.44
HSL 220.95º 0.28% 0.44% -
HSV(B) 220.95º 0.44% 0.56% -
XYZ 13.08 13.07 28.22 -
YUV 99.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 81 101 144 0.44 0.30 0 0.44 220.95 0.28 0.44
Hex 51 65 90 2C 1E 0 2C DD 1C 2C
Octal 121 145 220 54 36 0 54 335 34 54
Binary 1010001 1100101 10010000 101100 11110 0 101100 11011101 11100 101100

Color Harmonies of #516590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516590

Black with #516590

Text Example


Text Example

White with #516590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516590; }

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

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

background-color css

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

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

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

border-color css

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

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

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