#5D549F

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

Shades of Rich Blue #5D549F

Tints of Rich Blue #5D549F

Color information

#5D549F (or 0x5D549F) is unknown color: approx Rich Blue. HEX triplet: 5D, 54 and 9F. RGB value is (93,84,159). Sum of RGB (Red+Green+Blue) = 93+84+159=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D549F is #A2AB60. Grayscale: #5E5E5E. Windows color (decimal): -10660705 or 10441821. OLE color: 10441821.

HSL color Cylindrical-coordinate representation of color #5D549F: hue angle of 247.2º 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 #5D549F is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9384159-
CMYK0.420.4700.38
HSL247.2º30.86%47.65%-
HSV(B)247.2º47.17%62.35%-
XYZ13.9411.1734.22-
YUV95.24163.98126.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.68%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=27.68%
G=25%
B=47.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93841590.420.4700.38247.230.8647.65
Hex5D549F2A2F026f71f30
Octal13512423752570463673760
Binary101110110101001001111110101010111101001101111011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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