Html Css Color HEX #516B91 Kashmir Blue

📋 copy color: '#516B91'

red 81 ◦ green 107 ◦ blue 145

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

Shades of Kashmir Blue #516B91

Tints of Kashmir Blue #516B91

RGB

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

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

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

R = 24.32%
G = 32.13%
B = 43.54%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516B91 (or 0x516B91) is known color: Kashmir Blue. HEX triplet: 51, 6B and 91. RGB value is (81,107,145). Sum of RGB (Red+Green+Blue) = 81+107+145=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #516B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B91 is #AE946E. Grayscale: #676767. Windows color (decimal): -11441263 or 9530193. OLE color: 9530193.

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

Color convert

RGB 81 107 145 -
CMYK 0.44 0.26 0 0.43
HSL 215.63º 0.28% 0.44% -
HSV(B) 215.63º 0.44% 0.57% -
XYZ 13.76 14.31 28.82 -
YUV 103.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 81 107 145 0.44 0.26 0 0.43 215.63 0.28 0.44
Hex 51 6B 91 2C 1A 0 2B D8 1C 2C
Octal 121 153 221 54 32 0 53 330 34 54
Binary 1010001 1101011 10010001 101100 11010 0 101011 11011000 11100 101100

Color Harmonies of #516B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B91

Black with #516B91

Text Example


Text Example

White with #516B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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