#506390

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

Shades of Kashmir Blue #506390

Tints of Kashmir Blue #506390

Color information

#506390 (or 0x506390) is unknown color: approx Kashmir Blue. HEX triplet: 50, 63 and 90. RGB value is (80,99,144). Sum of RGB (Red+Green+Blue) = 80+99+144=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #506390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506390 is #AF9C6F. Grayscale: #626262. Windows color (decimal): -11508848 or 9462608. OLE color: 9462608.

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

Color convert

RGB8099144-
CMYK0.440.3100.44
HSL222.19º28.57%43.92%-
HSV(B)222.19º44.44%56.47%-
XYZ12.812.6428.15-
YUV98.45153.71114.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=24.77%
G=30.65%
B=44.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80991440.440.3100.44222.1928.5743.92
Hex5063902C1F02Cde1d2c
Octal12014322054370543363554
Binary10100001100011100100001011001111101011001101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506390; }

 p { color: rgb(80,99,144); }

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

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

 a { background-color: rgb(80,99,144); }

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

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

 span { border-color: rgb(80,99,144); }

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