#5E7993

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

Shades of Kashmir Blue #5E7993

Tints of Kashmir Blue #5E7993

Color information

#5E7993 (or 0x5E7993) is unknown color: approx Kashmir Blue. HEX triplet: 5E, 79 and 93. RGB value is (94,121,147). Sum of RGB (Red+Green+Blue) = 94+121+147=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E7993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7993 is #A1866C. Grayscale: #737373. Windows color (decimal): -10585709 or 9664862. OLE color: 9664862.

HSL color Cylindrical-coordinate representation of color #5E7993: hue angle of 209.43º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E7993 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB94121147-
CMYK0.360.1800.42
HSL209.43º21.99%47.25%-
HSV(B)209.43º36.05%57.65%-
XYZ16.7218.1630.23-
YUV115.89145.55112.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=25.97%
G=33.43%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941211470.360.1800.42209.4321.9947.25
Hex5E7993241202Ad1162f
Octal13617122344220523212657
Binary10111101111001100100111001001001001010101101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,121,147); }

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

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

 a { background-color: rgb(94,121,147); }

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

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

 span { border-color: rgb(94,121,147); }

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