Html Css Color HEX #516591 Kashmir Blue

📋 copy color: '#516591'

red 81 ◦ green 101 ◦ blue 145

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

Shades of Kashmir Blue #516591

Tints of Kashmir Blue #516591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

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

R = 24.77%
G = 30.89%
B = 44.34%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516591 (or 0x516591) is known color: Kashmir Blue. HEX triplet: 51, 65 and 91. RGB value is (81,101,145). Sum of RGB (Red+Green+Blue) = 81+101+145=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #516591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516591 is #AE9A6E. Grayscale: #636363. Windows color (decimal): -11442799 or 9528657. OLE color: 9528657.

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

Color convert

RGB 81 101 145 -
CMYK 0.44 0.30 0 0.43
HSL 221.25º 0.28% 0.44% -
HSV(B) 221.25º 0.44% 0.57% -
XYZ 13.16 13.1 28.62 -
YUV 100.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 81 101 145 0.44 0.30 0 0.43 221.25 0.28 0.44
Hex 51 65 91 2C 1E 0 2B DD 1C 2C
Octal 121 145 221 54 36 0 53 335 34 54
Binary 1010001 1100101 10010001 101100 11110 0 101011 11011101 11100 101100

Color Harmonies of #516591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516591

Black with #516591

Text Example


Text Example

White with #516591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516591; }

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

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

background-color css

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

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

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

border-color css

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

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

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