Html Css Color HEX #516F8F Kashmir Blue

📋 copy color: '#516F8F'

red 81 ◦ green 111 ◦ blue 143

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

Shades of Kashmir Blue #516F8F

Tints of Kashmir Blue #516F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 24.18%
G = 33.13%
B = 42.69%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#516F8F (or 0x516F8F) is known color: Kashmir Blue. HEX triplet: 51, 6F and 8F. RGB value is (81,111,143). Sum of RGB (Red+Green+Blue) = 81+111+143=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #516F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F8F is #AE9070. Grayscale: #696969. Windows color (decimal): -11440241 or 9400145. OLE color: 9400145.

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

Color convert

RGB 81 111 143 -
CMYK 0.43 0.22 0 0.44
HSL 210.97º 0.28% 0.44% -
HSV(B) 210.97º 0.43% 0.56% -
XYZ 14.04 15.1 28.16 -
YUV 105.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 81 111 143 0.43 0.22 0 0.44 210.97 0.28 0.44
Hex 51 6F 8F 2B 16 0 2C D3 1C 2C
Octal 121 157 217 53 26 0 54 323 34 54
Binary 1010001 1101111 10001111 101011 10110 0 101100 11010011 11100 101100

Color Harmonies of #516F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F8F

Black with #516F8F

Text Example


Text Example

White with #516F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,143); }

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

background-color css

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

 a { background-color: rgb(81,111,143); }

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

border-color css

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

 span { border-color: rgb(81,111,143); }

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