Html Css Color HEX #516493 Kashmir Blue

📋 copy color: '#516493'

red 81 ◦ green 100 ◦ blue 147

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

Shades of Kashmir Blue #516493

Tints of Kashmir Blue #516493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 24.7%
G = 30.49%
B = 44.82%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516493 (or 0x516493) is known color: Kashmir Blue. HEX triplet: 51, 64 and 93. RGB value is (81,100,147). Sum of RGB (Red+Green+Blue) = 81+100+147=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #516493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516493 is #AE9B6C. Grayscale: #636363. Windows color (decimal): -11443053 or 9659473. OLE color: 9659473.

HSL color Cylindrical-coordinate representation of color #516493: hue angle of 222.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516493 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 100 147 -
CMYK 0.45 0.32 0 0.42
HSL 222.73º 0.29% 0.45% -
HSV(B) 222.73º 0.45% 0.58% -
XYZ 13.22 12.97 29.41 -
YUV 99.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 81 100 147 0.45 0.32 0 0.42 222.73 0.29 0.45
Hex 51 64 93 2D 20 0 2A DF 1D 2D
Octal 121 144 223 55 40 0 52 337 35 55
Binary 1010001 1100100 10010011 101101 100000 0 101010 11011111 11101 101101

Color Harmonies of #516493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516493

Black with #516493

Text Example


Text Example

White with #516493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516493; }

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

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

background-color css

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

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

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

border-color css

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

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

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