Html Css Color HEX #516F90 Kashmir Blue

📋 copy color: '#516F90'

red 81 ◦ green 111 ◦ blue 144

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

Shades of Kashmir Blue #516F90

Tints of Kashmir Blue #516F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 24.11%
G = 33.04%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516F90 (or 0x516F90) is known color: Kashmir Blue. HEX triplet: 51, 6F and 90. RGB value is (81,111,144). Sum of RGB (Red+Green+Blue) = 81+111+144=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #516F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F90 is #AE906F. Grayscale: #696969. Windows color (decimal): -11440240 or 9465681. OLE color: 9465681.

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

Color convert

RGB 81 111 144 -
CMYK 0.44 0.23 0 0.44
HSL 211.43º 0.28% 0.44% -
HSV(B) 211.43º 0.44% 0.56% -
XYZ 14.11 15.13 28.56 -
YUV 105.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 81 111 144 0.44 0.23 0 0.44 211.43 0.28 0.44
Hex 51 6F 90 2C 17 0 2C D3 1C 2C
Octal 121 157 220 54 27 0 54 323 34 54
Binary 1010001 1101111 10010000 101100 10111 0 101100 11010011 11100 101100

Color Harmonies of #516F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F90

Black with #516F90

Text Example


Text Example

White with #516F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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