#5549C4

Color #5549C4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5549C4

Tints of Slate Blue #5549C4

Color information

#5549C4 (or 0x5549C4) is unknown color: approx Slate Blue. HEX triplet: 55, 49 and C4. RGB value is (85,73,196). Sum of RGB (Red+Green+Blue) = 85+73+196=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #5549C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549C4 is #AAB63B. Grayscale: #5A5A5A. Windows color (decimal): -11187772 or 12863829. OLE color: 12863829.

HSL color Cylindrical-coordinate representation of color #5549C4: hue angle of 245.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5549C4 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8573196-
CMYK0.570.6300.23
HSL245.85º51.04%52.75%-
HSV(B)245.85º62.76%76.86%-
XYZ16.0910.6853.44-
YUV90.61187.48124-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 196 (76.95% from 255) = 55.37%
R=24.01%
G=20.62%
B=55.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85731960.570.6300.23245.8551.0452.75
Hex5549C4393F017f63335
Octal12511130471770273666365
Binary101010110010011100010011100111111101011111110110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5549C4; }

 p { color: rgb(85,73,196); }

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

<style>
 a { background-color: #5549C4; }

 a { background-color: rgb(85,73,196); }

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

<style>
 span { border-color: #5549C4; }

 span { border-color: rgb(85,73,196); }

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