#5554E1

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

Shades of Slate Blue #5554E1

Tints of Slate Blue #5554E1

Color information

#5554E1 (or 0x5554E1) is unknown color: approx Slate Blue. HEX triplet: 55, 54 and E1. RGB value is (85,84,225). Sum of RGB (Red+Green+Blue) = 85+84+225=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #5554E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554E1 is #AAAB1E. Grayscale: #636363. Windows color (decimal): -11184927 or 14767189. OLE color: 14767189.

HSL color Cylindrical-coordinate representation of color #5554E1: hue angle of 240.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5554E1 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8584225-
CMYK0.620.6300.12
HSL240.43º70.15%60.59%-
HSV(B)240.43º62.67%88.24%-
XYZ20.5113.7172.8-
YUV100.37198.33117.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 225 (88.28% from 255) = 57.11%
R=21.57%
G=21.32%
B=57.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85842250.620.6300.12240.4370.1560.59
Hex5554E13E3F0Cf0463d
Octal125124341767701436010675
Binary101010110101001110000111111011111101100111100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5554E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5554E1; }

 p { color: rgb(85,84,225); }

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

<style>
 a { background-color: #5554E1; }

 a { background-color: rgb(85,84,225); }

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

<style>
 span { border-color: #5554E1; }

 span { border-color: rgb(85,84,225); }

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