Html Css Color HEX #516994 Kashmir Blue

📋 copy color: '#516994'

red 81 ◦ green 105 ◦ blue 148

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

Shades of Kashmir Blue #516994

Tints of Kashmir Blue #516994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 24.25%
G = 31.44%
B = 44.31%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516994 (or 0x516994) is known color: Kashmir Blue. HEX triplet: 51, 69 and 94. RGB value is (81,105,148). Sum of RGB (Red+Green+Blue) = 81+105+148=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #516994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516994 is #AE966B. Grayscale: #666666. Windows color (decimal): -11441772 or 9726289. OLE color: 9726289.

HSL color Cylindrical-coordinate representation of color #516994: hue angle of 218.51º 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 #516994 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 105 148 -
CMYK 0.45 0.29 0 0.42
HSL 218.51º 0.29% 0.45% -
HSV(B) 218.51º 0.45% 0.58% -
XYZ 13.79 13.99 29.99 -
YUV 102.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 81 105 148 0.45 0.29 0 0.42 218.51 0.29 0.45
Hex 51 69 94 2D 1D 0 2A DB 1D 2D
Octal 121 151 224 55 35 0 52 333 35 55
Binary 1010001 1101001 10010100 101101 11101 0 101010 11011011 11101 101101

Color Harmonies of #516994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516994

Black with #516994

Text Example


Text Example

White with #516994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516994; }

 p { color: rgb(81,105,148); }

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

background-color css

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

 a { background-color: rgb(81,105,148); }

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

border-color css

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

 span { border-color: rgb(81,105,148); }

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