#554ED9

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

Shades of Slate Blue #554ED9

Tints of Slate Blue #554ED9

Color information

#554ED9 (or 0x554ED9) is unknown color: approx Slate Blue. HEX triplet: 55, 4E and D9. RGB value is (85,78,217). Sum of RGB (Red+Green+Blue) = 85+78+217=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #554ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ED9 is #AAB126. Grayscale: #5F5F5F. Windows color (decimal): -11186471 or 14241365. OLE color: 14241365.

HSL color Cylindrical-coordinate representation of color #554ED9: hue angle of 243.02º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554ED9 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8578217-
CMYK0.610.6400.15
HSL243.02º64.65%57.84%-
HSV(B)243.02º64.06%85.1%-
XYZ1912.3967.04-
YUV95.94196.32120.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 217 (85.16% from 255) = 57.11%
R=22.37%
G=20.53%
B=57.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85782170.610.6400.15243.0264.6557.84
Hex554ED93D400Ff3413a
Octal1251163317510001736310172
Binary1010101100111011011001111101100000001111111100111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,217); }

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

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

 a { background-color: rgb(85,78,217); }

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

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

 span { border-color: rgb(85,78,217); }

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