Html Css Color HEX #516890 Kashmir Blue

📋 copy color: '#516890'

red 81 ◦ green 104 ◦ blue 144

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

Shades of Kashmir Blue #516890

Tints of Kashmir Blue #516890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 24.62%
G = 31.61%
B = 43.77%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516890 (or 0x516890) is known color: Kashmir Blue. HEX triplet: 51, 68 and 90. RGB value is (81,104,144). Sum of RGB (Red+Green+Blue) = 81+104+144=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #516890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516890 is #AE976F. Grayscale: #656565. Windows color (decimal): -11442032 or 9463889. OLE color: 9463889.

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

Color convert

RGB 81 104 144 -
CMYK 0.44 0.28 0 0.44
HSL 218.1º 0.28% 0.44% -
HSV(B) 218.1º 0.44% 0.56% -
XYZ 13.38 13.66 28.32 -
YUV 101.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 81 104 144 0.44 0.28 0 0.44 218.1 0.28 0.44
Hex 51 68 90 2C 1C 0 2C DA 1C 2C
Octal 121 150 220 54 34 0 54 332 34 54
Binary 1010001 1101000 10010000 101100 11100 0 101100 11011010 11100 101100

Color Harmonies of #516890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516890

Black with #516890

Text Example


Text Example

White with #516890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516890; }

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

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

background-color css

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

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

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

border-color css

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

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

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