Html Css Color HEX #516F92 Kashmir Blue

📋 copy color: '#516F92'

red 81 ◦ green 111 ◦ blue 146

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

Shades of Kashmir Blue #516F92

Tints of Kashmir Blue #516F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 23.96%
G = 32.84%
B = 43.2%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516F92 (or 0x516F92) is known color: Kashmir Blue. HEX triplet: 51, 6F and 92. RGB value is (81,111,146). Sum of RGB (Red+Green+Blue) = 81+111+146=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #516F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F92 is #AE906D. Grayscale: #696969. Windows color (decimal): -11440238 or 9596753. OLE color: 9596753.

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

Color convert

RGB 81 111 146 -
CMYK 0.45 0.24 0 0.43
HSL 212.31º 0.29% 0.45% -
HSV(B) 212.31º 0.45% 0.57% -
XYZ 14.27 15.19 29.37 -
YUV 106.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 81 111 146 0.45 0.24 0 0.43 212.31 0.29 0.45
Hex 51 6F 92 2D 18 0 2B D4 1D 2D
Octal 121 157 222 55 30 0 53 324 35 55
Binary 1010001 1101111 10010010 101101 11000 0 101011 11010100 11101 101101

Color Harmonies of #516F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F92

Black with #516F92

Text Example


Text Example

White with #516F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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