Html Css Color HEX #516392 Kashmir Blue

📋 copy color: '#516392'

red 81 ◦ green 99 ◦ blue 146

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

Shades of Kashmir Blue #516392

Tints of Kashmir Blue #516392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 24.85%
G = 30.37%
B = 44.79%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516392 (or 0x516392) is known color: Kashmir Blue. HEX triplet: 51, 63 and 92. RGB value is (81,99,146). Sum of RGB (Red+Green+Blue) = 81+99+146=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #516392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516392 is #AE9C6D. Grayscale: #626262. Windows color (decimal): -11443310 or 9593681. OLE color: 9593681.

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

Color convert

RGB 81 99 146 -
CMYK 0.45 0.32 0 0.43
HSL 223.38º 0.29% 0.45% -
HSV(B) 223.38º 0.45% 0.57% -
XYZ 13.04 12.75 28.97 -
YUV 98.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 81 99 146 0.45 0.32 0 0.43 223.38 0.29 0.45
Hex 51 63 92 2D 20 0 2B DF 1D 2D
Octal 121 143 222 55 40 0 53 337 35 55
Binary 1010001 1100011 10010010 101101 100000 0 101011 11011111 11101 101101

Color Harmonies of #516392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516392

Black with #516392

Text Example


Text Example

White with #516392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516392; }

 p { color: rgb(81,99,146); }

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

background-color css

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

 a { background-color: rgb(81,99,146); }

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

border-color css

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

 span { border-color: rgb(81,99,146); }

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