Html Css Color HEX #516A90 Kashmir Blue

📋 copy color: '#516A90'

red 81 ◦ green 106 ◦ blue 144

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

Shades of Kashmir Blue #516A90

Tints of Kashmir Blue #516A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 24.47%
G = 32.02%
B = 43.5%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516A90 (or 0x516A90) is known color: Kashmir Blue. HEX triplet: 51, 6A and 90. RGB value is (81,106,144). Sum of RGB (Red+Green+Blue) = 81+106+144=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #516A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A90 is #AE956F. Grayscale: #666666. Windows color (decimal): -11441520 or 9464401. OLE color: 9464401.

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

Color convert

RGB 81 106 144 -
CMYK 0.44 0.26 0 0.44
HSL 216.19º 0.28% 0.44% -
HSV(B) 216.19º 0.44% 0.56% -
XYZ 13.58 14.07 28.39 -
YUV 102.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 81 106 144 0.44 0.26 0 0.44 216.19 0.28 0.44
Hex 51 6A 90 2C 1A 0 2C D8 1C 2C
Octal 121 152 220 54 32 0 54 330 34 54
Binary 1010001 1101010 10010000 101100 11010 0 101100 11011000 11100 101100

Color Harmonies of #516A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A90

Black with #516A90

Text Example


Text Example

White with #516A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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