#5A7390

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

Shades of Kashmir Blue #5A7390

Tints of Kashmir Blue #5A7390

Color information

#5A7390 (or 0x5A7390) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 73 and 90. RGB value is (90,115,144). Sum of RGB (Red+Green+Blue) = 90+115+144=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7390 is #A58C6F. Grayscale: #6E6E6E. Windows color (decimal): -10849392 or 9466714. OLE color: 9466714.

HSL color Cylindrical-coordinate representation of color #5A7390: hue angle of 212.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7390 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB90115144-
CMYK0.370.2000.44
HSL212.22º23.08%45.88%-
HSV(B)212.22º37.5%56.47%-
XYZ15.3816.4528.75-
YUV110.83146.72113.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=25.79%
G=32.95%
B=41.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901151440.370.2000.44212.2223.0845.88
Hex5A7390251402Cd4172e
Octal13216322045240543242756
Binary10110101110011100100001001011010001011001101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7390; }

 p { color: rgb(90,115,144); }

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

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

 a { background-color: rgb(90,115,144); }

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

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

 span { border-color: rgb(90,115,144); }

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