Html Css Color HEX #516D92 Kashmir Blue

📋 copy color: '#516D92'

red 81 ◦ green 109 ◦ blue 146

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

Shades of Kashmir Blue #516D92

Tints of Kashmir Blue #516D92

RGB

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

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

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

R = 24.11%
G = 32.44%
B = 43.45%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516D92 (or 0x516D92) is known color: Kashmir Blue. HEX triplet: 51, 6D and 92. RGB value is (81,109,146). Sum of RGB (Red+Green+Blue) = 81+109+146=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #516D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D92 is #AE926D. Grayscale: #686868. Windows color (decimal): -11440750 or 9596241. OLE color: 9596241.

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

Color convert

RGB 81 109 146 -
CMYK 0.45 0.25 0 0.43
HSL 214.15º 0.29% 0.45% -
HSV(B) 214.15º 0.45% 0.57% -
XYZ 14.05 14.76 29.3 -
YUV 104.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 81 109 146 0.45 0.25 0 0.43 214.15 0.29 0.45
Hex 51 6D 92 2D 19 0 2B D6 1D 2D
Octal 121 155 222 55 31 0 53 326 35 55
Binary 1010001 1101101 10010010 101101 11001 0 101011 11010110 11101 101101

Color Harmonies of #516D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D92

Black with #516D92

Text Example


Text Example

White with #516D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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