#554AC5

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

Shades of Slate Blue #554AC5

Tints of Slate Blue #554AC5

Color information

#554AC5 (or 0x554AC5) is unknown color: approx Slate Blue. HEX triplet: 55, 4A and C5. RGB value is (85,74,197). Sum of RGB (Red+Green+Blue) = 85+74+197=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #554AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AC5 is #AAB53A. Grayscale: #5A5A5A. Windows color (decimal): -11187515 or 12929621. OLE color: 12929621.

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

Color convert

RGB8574197-
CMYK0.570.6200.23
HSL245.37º51.46%53.14%-
HSV(B)245.37º62.44%77.25%-
XYZ16.2710.8654.06-
YUV91.31187.64123.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 197 (77.34% from 255) = 55.34%
R=23.88%
G=20.79%
B=55.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85741970.570.6200.23245.3751.4653.14
Hex554AC5393E017f53335
Octal12511230571760273656365
Binary101010110010101100010111100111111001011111110101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554AC5; }

 p { color: rgb(85,74,197); }

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

<style>
 a { background-color: #554AC5; }

 a { background-color: rgb(85,74,197); }

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

<style>
 span { border-color: #554AC5; }

 span { border-color: rgb(85,74,197); }

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