Html Css Color HEX #516D8E Kashmir Blue

📋 copy color: '#516D8E'

red 81 ◦ green 109 ◦ blue 142

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

Shades of Kashmir Blue #516D8E

Tints of Kashmir Blue #516D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 24.4%
G = 32.83%
B = 42.77%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516D8E (or 0x516D8E) is known color: Kashmir Blue. HEX triplet: 51, 6D and 8E. RGB value is (81,109,142). Sum of RGB (Red+Green+Blue) = 81+109+142=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #516D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D8E is #AE9271. Grayscale: #686868. Windows color (decimal): -11440754 or 9334097. OLE color: 9334097.

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

Color convert

RGB 81 109 142 -
CMYK 0.43 0.23 0 0.44
HSL 212.46º 0.27% 0.44% -
HSV(B) 212.46º 0.43% 0.56% -
XYZ 13.74 14.64 27.69 -
YUV 104.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 81 109 142 0.43 0.23 0 0.44 212.46 0.27 0.44
Hex 51 6D 8E 2B 17 0 2C D4 1B 2C
Octal 121 155 216 53 27 0 54 324 33 54
Binary 1010001 1101101 10001110 101011 10111 0 101100 11010100 11011 101100

Color Harmonies of #516D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D8E

Black with #516D8E

Text Example


Text Example

White with #516D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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