#5E697C

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

Shades of Kashmir Blue #5E697C

Tints of Kashmir Blue #5E697C

Color information

#5E697C (or 0x5E697C) is unknown color: approx Kashmir Blue. HEX triplet: 5E, 69 and 7C. RGB value is (94,105,124). Sum of RGB (Red+Green+Blue) = 94+105+124=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E697C is #A19683. Grayscale: #676767. Windows color (decimal): -10589828 or 8153438. OLE color: 8153438.

HSL color Cylindrical-coordinate representation of color #5E697C: hue angle of 218º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E697C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB94105124-
CMYK0.240.1500.51
HSL218º13.76%42.75%-
HSV(B)218º24.19%48.63%-
XYZ13.3113.9421.06-
YUV103.88139.36120.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=29.10%
G=32.51%
B=38.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal941051240.240.1500.5121813.7642.75
Hex5E697C18F033dae2b
Octal13615117430170633321653
Binary1011110110100111111001100011110110011110110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,105,124); }

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

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

 a { background-color: rgb(94,105,124); }

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

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

 span { border-color: rgb(94,105,124); }

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