#516B8E

Color #516B8E Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #516B8E

Tints of Kashmir Blue #516B8E

Color information

#516B8E (or 0x516B8E) is unknown color: approx Kashmir Blue. HEX triplet: 51, 6B and 8E. RGB value is (81,107,142). Sum of RGB (Red+Green+Blue) = 81+107+142=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #516B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B8E is #AE9471. Grayscale: #676767. Windows color (decimal): -11441266 or 9333585. OLE color: 9333585.

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

Color convert

RGB81107142-
CMYK0.430.2500.44
HSL214.43º27.35%43.73%-
HSV(B)214.43º42.96%55.69%-
XYZ13.5314.2227.62-
YUV103.22149.89112.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=24.55%
G=32.42%
B=43.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811071420.430.2500.44214.4327.3543.73
Hex516B8E2B1902Cd61b2c
Octal12115321653310543263354
Binary10100011101011100011101010111100101011001101011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #516B8E;
 }
 .AnyTagClassName
 {
   color: #516B8E;
 }
</style>
background-color css

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

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

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

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

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

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