#5E7791

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

Shades of Kashmir Blue #5E7791

Tints of Kashmir Blue #5E7791

Color information

#5E7791 (or 0x5E7791) is unknown color: approx Kashmir Blue. HEX triplet: 5E, 77 and 91. RGB value is (94,119,145). Sum of RGB (Red+Green+Blue) = 94+119+145=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7791 is #A1886E. Grayscale: #727272. Windows color (decimal): -10586223 or 9533278. OLE color: 9533278.

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

Color convert

RGB94119145-
CMYK0.350.1800.43
HSL210.59º21.34%46.86%-
HSV(B)210.59º35.17%56.86%-
XYZ16.3217.6229.33-
YUV114.49145.22113.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.26%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=26.26%
G=33.24%
B=40.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal941191450.350.1800.43210.5921.3446.86
Hex5E7791231202Bd3152f
Octal13616722143220533232557
Binary10111101110111100100011000111001001010111101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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