Html Css Color HEX #516E91 Kashmir Blue

📋 copy color: '#516E91'

red 81 ◦ green 110 ◦ blue 145

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

Shades of Kashmir Blue #516E91

Tints of Kashmir Blue #516E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 24.11%
G = 32.74%
B = 43.15%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516E91 (or 0x516E91) is known color: Kashmir Blue. HEX triplet: 51, 6E and 91. RGB value is (81,110,145). Sum of RGB (Red+Green+Blue) = 81+110+145=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #516E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E91 is #AE916E. Grayscale: #696969. Windows color (decimal): -11440495 or 9530961. OLE color: 9530961.

HSL color Cylindrical-coordinate representation of color #516E91: hue angle of 212.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #516E91 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 110 145 -
CMYK 0.44 0.24 0 0.43
HSL 212.81º 0.28% 0.44% -
HSV(B) 212.81º 0.44% 0.57% -
XYZ 14.08 14.95 28.93 -
YUV 105.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 81 110 145 0.44 0.24 0 0.43 212.81 0.28 0.44
Hex 51 6E 91 2C 18 0 2B D5 1C 2C
Octal 121 156 221 54 30 0 53 325 34 54
Binary 1010001 1101110 10010001 101100 11000 0 101011 11010101 11100 101100

Color Harmonies of #516E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E91

Black with #516E91

Text Example


Text Example

White with #516E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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