Html Css Color HEX #516B94 Kashmir Blue

📋 copy color: '#516B94'

red 81 ◦ green 107 ◦ blue 148

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

Shades of Kashmir Blue #516B94

Tints of Kashmir Blue #516B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 24.11%
G = 31.85%
B = 44.05%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516B94 (or 0x516B94) is known color: Kashmir Blue. HEX triplet: 51, 6B and 94. RGB value is (81,107,148). Sum of RGB (Red+Green+Blue) = 81+107+148=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #516B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B94 is #AE946B. Grayscale: #676767. Windows color (decimal): -11441260 or 9726801. OLE color: 9726801.

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

Color convert

RGB 81 107 148 -
CMYK 0.45 0.28 0 0.42
HSL 216.72º 0.29% 0.45% -
HSV(B) 216.72º 0.45% 0.58% -
XYZ 14 14.4 30.06 -
YUV 103.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 81 107 148 0.45 0.28 0 0.42 216.72 0.29 0.45
Hex 51 6B 94 2D 1C 0 2A D9 1D 2D
Octal 121 153 224 55 34 0 52 331 35 55
Binary 1010001 1101011 10010100 101101 11100 0 101010 11011001 11101 101101

Color Harmonies of #516B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B94

Black with #516B94

Text Example


Text Example

White with #516B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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