#5A7791

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

Shades of Kashmir Blue #5A7791

Tints of Kashmir Blue #5A7791

Color information

#5A7791 (or 0x5A7791) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 77 and 91. RGB value is (90,119,145). Sum of RGB (Red+Green+Blue) = 90+119+145=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7791 is #A5886E. Grayscale: #717171. Windows color (decimal): -10848367 or 9533274. OLE color: 9533274.

HSL color Cylindrical-coordinate representation of color #5A7791: hue angle of 208.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7791 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB90119145-
CMYK0.380.1800.43
HSL208.36º23.4%46.08%-
HSV(B)208.36º37.93%56.86%-
XYZ15.9217.4129.31-
YUV113.29145.89111.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=25.42%
G=33.62%
B=40.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901191450.380.1800.43208.3623.446.08
Hex5A7791261202Bd0172e
Octal13216722146220533202756
Binary10110101110111100100011001101001001010111101000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,145); }

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

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

 a { background-color: rgb(90,119,145); }

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

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

 span { border-color: rgb(90,119,145); }

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