Html Css Color HEX #516C8E Kashmir Blue

📋 copy color: '#516C8E'

red 81 ◦ green 108 ◦ blue 142

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

Shades of Kashmir Blue #516C8E

Tints of Kashmir Blue #516C8E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

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

R = 24.47%
G = 32.63%
B = 42.9%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516C8E (or 0x516C8E) is known color: Kashmir Blue. HEX triplet: 51, 6C and 8E. RGB value is (81,108,142). Sum of RGB (Red+Green+Blue) = 81+108+142=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #516C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C8E is #AE9371. Grayscale: #676767. Windows color (decimal): -11441010 or 9333841. OLE color: 9333841.

HSL color Cylindrical-coordinate representation of color #516C8E: hue angle of 213.44º 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 #516C8E is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 108 142 -
CMYK 0.43 0.24 0 0.44
HSL 213.44º 0.27% 0.44% -
HSV(B) 213.44º 0.43% 0.56% -
XYZ 13.64 14.43 27.66 -
YUV 103.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 81 108 142 0.43 0.24 0 0.44 213.44 0.27 0.44
Hex 51 6C 8E 2B 18 0 2C D5 1B 2C
Octal 121 154 216 53 30 0 54 325 33 54
Binary 1010001 1101100 10001110 101011 11000 0 101100 11010101 11011 101100

Color Harmonies of #516C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C8E

Black with #516C8E

Text Example


Text Example

White with #516C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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