Html Css Color HEX #516E92 Kashmir Blue

📋 copy color: '#516E92'

red 81 ◦ green 110 ◦ blue 146

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

Shades of Kashmir Blue #516E92

Tints of Kashmir Blue #516E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

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

R = 24.04%
G = 32.64%
B = 43.32%

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

#516E92 (or 0x516E92) is known color: Kashmir Blue. HEX triplet: 51, 6E and 92. RGB value is (81,110,146). Sum of RGB (Red+Green+Blue) = 81+110+146=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #516E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E92 is #AE916D. Grayscale: #696969. Windows color (decimal): -11440494 or 9596497. OLE color: 9596497.

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

Color convert

RGB 81 110 146 -
CMYK 0.45 0.25 0 0.43
HSL 213.23º 0.29% 0.45% -
HSV(B) 213.23º 0.45% 0.57% -
XYZ 14.16 14.98 29.34 -
YUV 105.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 81 110 146 0.45 0.25 0 0.43 213.23 0.29 0.45
Hex 51 6E 92 2D 19 0 2B D5 1D 2D
Octal 121 156 222 55 31 0 53 325 35 55
Binary 1010001 1101110 10010010 101101 11001 0 101011 11010101 11101 101101

Color Harmonies of #516E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E92

Black with #516E92

Text Example


Text Example

White with #516E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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