Html Css Color HEX #516386 Kashmir Blue

📋 copy color: '#516386'

red 81 ◦ green 99 ◦ blue 134

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

Shades of Kashmir Blue #516386

Tints of Kashmir Blue #516386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 25.8%
G = 31.53%
B = 42.68%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516386 (or 0x516386) is known color: Kashmir Blue. HEX triplet: 51, 63 and 86. RGB value is (81,99,134). Sum of RGB (Red+Green+Blue) = 81+99+134=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #516386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516386 is #AE9C79. Grayscale: #616161. Windows color (decimal): -11443322 or 8807249. OLE color: 8807249.

HSL color Cylindrical-coordinate representation of color #516386: hue angle of 219.62º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516386 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 99 134 -
CMYK 0.40 0.26 0 0.47
HSL 219.62º 0.25% 0.42% -
HSV(B) 219.62º 0.4% 0.53% -
XYZ 12.16 12.39 24.31 -
YUV 97.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 81 99 134 0.40 0.26 0 0.47 219.62 0.25 0.42
Hex 51 63 86 28 1A 0 2F DC 19 2A
Octal 121 143 206 50 32 0 57 334 31 52
Binary 1010001 1100011 10000110 101000 11010 0 101111 11011100 11001 101010

Color Harmonies of #516386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516386

Black with #516386

Text Example


Text Example

White with #516386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516386; }

 p { color: rgb(81,99,134); }

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

background-color css

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

 a { background-color: rgb(81,99,134); }

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

border-color css

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

 span { border-color: rgb(81,99,134); }

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