#5E549F

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

Shades of Rich Blue #5E549F

Tints of Rich Blue #5E549F

Color information

#5E549F (or 0x5E549F) is unknown color: approx Rich Blue. HEX triplet: 5E, 54 and 9F. RGB value is (94,84,159). Sum of RGB (Red+Green+Blue) = 94+84+159=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E549F is #A1AB60. Grayscale: #5F5F5F. Windows color (decimal): -10595169 or 10441822. OLE color: 10441822.

HSL color Cylindrical-coordinate representation of color #5E549F: hue angle of 248º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E549F is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9484159-
CMYK0.410.4700.38
HSL248º30.86%47.65%-
HSV(B)248º47.17%62.35%-
XYZ14.0411.2234.23-
YUV95.54163.81126.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=27.89%
G=24.93%
B=47.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94841590.410.4700.3824830.8647.65
Hex5E549F292F026f81f30
Octal13612423751570463703760
Binary101111010101001001111110100110111101001101111100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,84,159); }

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

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

 a { background-color: rgb(94,84,159); }

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

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

 span { border-color: rgb(94,84,159); }

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