Html Css Color HEX #516D93 Kashmir Blue

📋 copy color: '#516D93'

red 81 ◦ green 109 ◦ blue 147

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

Shades of Kashmir Blue #516D93

Tints of Kashmir Blue #516D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 24.04%
G = 32.34%
B = 43.62%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516D93 (or 0x516D93) is known color: Kashmir Blue. HEX triplet: 51, 6D and 93. RGB value is (81,109,147). Sum of RGB (Red+Green+Blue) = 81+109+147=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #516D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D93 is #AE926C. Grayscale: #686868. Windows color (decimal): -11440749 or 9661777. OLE color: 9661777.

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

Color convert

RGB 81 109 147 -
CMYK 0.45 0.26 0 0.42
HSL 214.55º 0.29% 0.45% -
HSV(B) 214.55º 0.45% 0.58% -
XYZ 14.13 14.79 29.71 -
YUV 104.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 81 109 147 0.45 0.26 0 0.42 214.55 0.29 0.45
Hex 51 6D 93 2D 1A 0 2A D7 1D 2D
Octal 121 155 223 55 32 0 52 327 35 55
Binary 1010001 1101101 10010011 101101 11010 0 101010 11010111 11101 101101

Color Harmonies of #516D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D93

Black with #516D93

Text Example


Text Example

White with #516D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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