Html Css Color HEX #516686 Kashmir Blue

📋 copy color: '#516686'

red 81 ◦ green 102 ◦ blue 134

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

Shades of Kashmir Blue #516686

Tints of Kashmir Blue #516686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 25.55%
G = 32.18%
B = 42.27%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516686 (or 0x516686) is known color: Kashmir Blue. HEX triplet: 51, 66 and 86. RGB value is (81,102,134). Sum of RGB (Red+Green+Blue) = 81+102+134=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #516686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516686 is #AE9979. Grayscale: #636363. Windows color (decimal): -11442554 or 8808017. OLE color: 8808017.

HSL color Cylindrical-coordinate representation of color #516686: hue angle of 216.23º 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 #516686 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 102 134 -
CMYK 0.40 0.24 0 0.47
HSL 216.23º 0.25% 0.42% -
HSV(B) 216.23º 0.4% 0.53% -
XYZ 12.45 12.97 24.4 -
YUV 99.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 81 102 134 0.40 0.24 0 0.47 216.23 0.25 0.42
Hex 51 66 86 28 18 0 2F D8 19 2A
Octal 121 146 206 50 30 0 57 330 31 52
Binary 1010001 1100110 10000110 101000 11000 0 101111 11011000 11001 101010

Color Harmonies of #516686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516686

Black with #516686

Text Example


Text Example

White with #516686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516686; }

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

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

background-color css

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

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

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

border-color css

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

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

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