Html Css Color HEX #516D8D Kashmir Blue

📋 copy color: '#516D8D'

red 81 ◦ green 109 ◦ blue 141

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

Shades of Kashmir Blue #516D8D

Tints of Kashmir Blue #516D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 24.47%
G = 32.93%
B = 42.6%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#516D8D (or 0x516D8D) is known color: Kashmir Blue. HEX triplet: 51, 6D and 8D. RGB value is (81,109,141). Sum of RGB (Red+Green+Blue) = 81+109+141=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #516D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D8D is #AE9272. Grayscale: #686868. Windows color (decimal): -11440755 or 9268561. OLE color: 9268561.

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

Color convert

RGB 81 109 141 -
CMYK 0.43 0.23 0 0.45
HSL 212º 0.27% 0.44% -
HSV(B) 212º 0.43% 0.55% -
XYZ 13.67 14.61 27.3 -
YUV 104.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 81 109 141 0.43 0.23 0 0.45 212 0.27 0.44
Hex 51 6D 8D 2B 17 0 2D D4 1B 2C
Octal 121 155 215 53 27 0 55 324 33 54
Binary 1010001 1101101 10001101 101011 10111 0 101101 11010100 11011 101100

Color Harmonies of #516D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D8D

Black with #516D8D

Text Example


Text Example

White with #516D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,141); }

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

background-color css

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

 a { background-color: rgb(81,109,141); }

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

border-color css

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

 span { border-color: rgb(81,109,141); }

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