#506991

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

Shades of Kashmir Blue #506991

Tints of Kashmir Blue #506991

Color information

#506991 (or 0x506991) is unknown color: approx Kashmir Blue. HEX triplet: 50, 69 and 91. RGB value is (80,105,145). Sum of RGB (Red+Green+Blue) = 80+105+145=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #506991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506991 is #AF966E. Grayscale: #656565. Windows color (decimal): -11507311 or 9529680. OLE color: 9529680.

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

Color convert

RGB80105145-
CMYK0.450.2800.43
HSL216.92º28.89%44.12%-
HSV(B)216.92º44.83%56.86%-
XYZ13.4713.8528.75-
YUV102.08152.22112.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=24.24%
G=31.82%
B=43.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801051450.450.2800.43216.9228.8944.12
Hex5069912D1C02Bd91d2c
Octal12015122155340533313554
Binary10100001101001100100011011011110001010111101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506991; }

 p { color: rgb(80,105,145); }

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

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

 a { background-color: rgb(80,105,145); }

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

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

 span { border-color: rgb(80,105,145); }

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