#554AD0

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

Shades of Slate Blue #554AD0

Tints of Slate Blue #554AD0

Color information

#554AD0 (or 0x554AD0) is unknown color: approx Slate Blue. HEX triplet: 55, 4A and D0. RGB value is (85,74,208). Sum of RGB (Red+Green+Blue) = 85+74+208=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #554AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AD0 is #AAB52F. Grayscale: #5C5C5C. Windows color (decimal): -11187504 or 13650517. OLE color: 13650517.

HSL color Cylindrical-coordinate representation of color #554AD0: hue angle of 244.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554AD0 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8574208-
CMYK0.590.6400.18
HSL244.93º58.77%55.29%-
HSV(B)244.93º64.42%81.57%-
XYZ17.5811.3860.95-
YUV92.56193.14122.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 208 (81.64% from 255) = 56.68%
R=23.16%
G=20.16%
B=56.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85742080.590.6400.18244.9358.7755.29
Hex554AD03B40012f53b37
Octal125112320731000223657367
Binary1010101100101011010000111011100000001001011110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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