Html Css Color HEX #516E90 Kashmir Blue

📋 copy color: '#516E90'

red 81 ◦ green 110 ◦ blue 144

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

Shades of Kashmir Blue #516E90

Tints of Kashmir Blue #516E90

RGB

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

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

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

R = 24.18%
G = 32.84%
B = 42.99%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516E90 (or 0x516E90) is known color: Kashmir Blue. HEX triplet: 51, 6E and 90. RGB value is (81,110,144). Sum of RGB (Red+Green+Blue) = 81+110+144=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #516E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E90 is #AE916F. Grayscale: #696969. Windows color (decimal): -11440496 or 9465425. OLE color: 9465425.

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

Color convert

RGB 81 110 144 -
CMYK 0.44 0.24 0 0.44
HSL 212.38º 0.28% 0.44% -
HSV(B) 212.38º 0.44% 0.56% -
XYZ 14 14.91 28.53 -
YUV 105.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 81 110 144 0.44 0.24 0 0.44 212.38 0.28 0.44
Hex 51 6E 90 2C 18 0 2C D4 1C 2C
Octal 121 156 220 54 30 0 54 324 34 54
Binary 1010001 1101110 10010000 101100 11000 0 101100 11010100 11100 101100

Color Harmonies of #516E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E90

Black with #516E90

Text Example


Text Example

White with #516E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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