Html Css Color HEX #516F93 Kashmir Blue

📋 copy color: '#516F93'

red 81 ◦ green 111 ◦ blue 147

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

Shades of Kashmir Blue #516F93

Tints of Kashmir Blue #516F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 23.89%
G = 32.74%
B = 43.36%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516F93 (or 0x516F93) is known color: Kashmir Blue. HEX triplet: 51, 6F and 93. RGB value is (81,111,147). Sum of RGB (Red+Green+Blue) = 81+111+147=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #516F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F93 is #AE906C. Grayscale: #696969. Windows color (decimal): -11440237 or 9662289. OLE color: 9662289.

HSL color Cylindrical-coordinate representation of color #516F93: hue angle of 212.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516F93 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 111 147 -
CMYK 0.45 0.24 0 0.42
HSL 212.73º 0.29% 0.45% -
HSV(B) 212.73º 0.45% 0.58% -
XYZ 14.34 15.22 29.79 -
YUV 106.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 81 111 147 0.45 0.24 0 0.42 212.73 0.29 0.45
Hex 51 6F 93 2D 18 0 2A D5 1D 2D
Octal 121 157 223 55 30 0 52 325 35 55
Binary 1010001 1101111 10010011 101101 11000 0 101010 11010101 11101 101101

Color Harmonies of #516F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F93

Black with #516F93

Text Example


Text Example

White with #516F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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