Html Css Color HEX #516A92 Kashmir Blue

📋 copy color: '#516A92'

red 81 ◦ green 106 ◦ blue 146

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

Shades of Kashmir Blue #516A92

Tints of Kashmir Blue #516A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 24.32%
G = 31.83%
B = 43.84%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516A92 (or 0x516A92) is known color: Kashmir Blue. HEX triplet: 51, 6A and 92. RGB value is (81,106,146). Sum of RGB (Red+Green+Blue) = 81+106+146=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #516A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A92 is #AE956D. Grayscale: #666666. Windows color (decimal): -11441518 or 9595473. OLE color: 9595473.

HSL color Cylindrical-coordinate representation of color #516A92: hue angle of 216.92º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516A92 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 106 146 -
CMYK 0.45 0.27 0 0.43
HSL 216.92º 0.29% 0.45% -
HSV(B) 216.92º 0.45% 0.57% -
XYZ 13.74 14.13 29.2 -
YUV 103.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 81 106 146 0.45 0.27 0 0.43 216.92 0.29 0.45
Hex 51 6A 92 2D 1B 0 2B D9 1D 2D
Octal 121 152 222 55 33 0 53 331 35 55
Binary 1010001 1101010 10010010 101101 11011 0 101011 11011001 11101 101101

Color Harmonies of #516A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A92

Black with #516A92

Text Example


Text Example

White with #516A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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