#506691

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

Shades of Kashmir Blue #506691

Tints of Kashmir Blue #506691

Color information

#506691 (or 0x506691) is unknown color: approx Kashmir Blue. HEX triplet: 50, 66 and 91. RGB value is (80,102,145). Sum of RGB (Red+Green+Blue) = 80+102+145=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #506691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506691 is #AF996E. Grayscale: #646464. Windows color (decimal): -11508079 or 9528912. OLE color: 9528912.

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

Color convert

RGB80102145-
CMYK0.450.3000.43
HSL219.69º28.89%44.12%-
HSV(B)219.69º44.83%56.86%-
XYZ13.1713.2528.65-
YUV100.32153.21113.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=24.46%
G=31.19%
B=44.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801021450.450.3000.43219.6928.8944.12
Hex5066912D1E02Bdc1d2c
Octal12014622155360533343554
Binary10100001100110100100011011011111001010111101110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506691; }

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

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

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

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

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

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

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

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