#516792

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

Shades of Kashmir Blue #516792

Tints of Kashmir Blue #516792

Color information

#516792 (or 0x516792) is unknown color: approx Kashmir Blue. HEX triplet: 51, 67 and 92. RGB value is (81,103,146). Sum of RGB (Red+Green+Blue) = 81+103+146=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #516792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516792 is #AE986D. Grayscale: #656565. Windows color (decimal): -11442286 or 9594705. OLE color: 9594705.

HSL color Cylindrical-coordinate representation of color #516792: hue angle of 219.69º 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 #516792 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81103146-
CMYK0.450.2900.43
HSL219.69º28.63%44.51%-
HSV(B)219.69º44.52%57.25%-
XYZ13.4313.5329.1-
YUV101.32153.21113.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=24.55%
G=31.21%
B=44.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811031460.450.2900.43219.6928.6344.51
Hex5167922D1D02Bdc1d2d
Octal12114722255350533343555
Binary10100011100111100100101011011110101010111101110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516792; }

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

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

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

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

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

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

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

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