Html Css Color HEX #516C90 Kashmir Blue

📋 copy color: '#516C90'

red 81 ◦ green 108 ◦ blue 144

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

Shades of Kashmir Blue #516C90

Tints of Kashmir Blue #516C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 24.32%
G = 32.43%
B = 43.24%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516C90 (or 0x516C90) is known color: Kashmir Blue. HEX triplet: 51, 6C and 90. RGB value is (81,108,144). Sum of RGB (Red+Green+Blue) = 81+108+144=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #516C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C90 is #AE936F. Grayscale: #676767. Windows color (decimal): -11441008 or 9464913. OLE color: 9464913.

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

Color convert

RGB 81 108 144 -
CMYK 0.44 0.25 0 0.44
HSL 214.29º 0.28% 0.44% -
HSV(B) 214.29º 0.44% 0.56% -
XYZ 13.79 14.49 28.46 -
YUV 104.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 81 108 144 0.44 0.25 0 0.44 214.29 0.28 0.44
Hex 51 6C 90 2C 19 0 2C D6 1C 2C
Octal 121 154 220 54 31 0 54 326 34 54
Binary 1010001 1101100 10010000 101100 11001 0 101100 11010110 11100 101100

Color Harmonies of #516C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C90

Black with #516C90

Text Example


Text Example

White with #516C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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