Html Css Color HEX #516891 Kashmir Blue

📋 copy color: '#516891'

red 81 ◦ green 104 ◦ blue 145

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

Shades of Kashmir Blue #516891

Tints of Kashmir Blue #516891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 24.55%
G = 31.52%
B = 43.94%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516891 (or 0x516891) is known color: Kashmir Blue. HEX triplet: 51, 68 and 91. RGB value is (81,104,145). Sum of RGB (Red+Green+Blue) = 81+104+145=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #516891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516891 is #AE976E. Grayscale: #656565. Windows color (decimal): -11442031 or 9529425. OLE color: 9529425.

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

Color convert

RGB 81 104 145 -
CMYK 0.44 0.28 0 0.43
HSL 218.44º 0.28% 0.44% -
HSV(B) 218.44º 0.44% 0.57% -
XYZ 13.45 13.69 28.72 -
YUV 101.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 81 104 145 0.44 0.28 0 0.43 218.44 0.28 0.44
Hex 51 68 91 2C 1C 0 2B DA 1C 2C
Octal 121 150 221 54 34 0 53 332 34 54
Binary 1010001 1101000 10010001 101100 11100 0 101011 11011010 11100 101100

Color Harmonies of #516891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516891

Black with #516891

Text Example


Text Example

White with #516891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516891; }

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

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

background-color css

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

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

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

border-color css

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

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

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