#554ED6

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

Shades of Slate Blue #554ED6

Tints of Slate Blue #554ED6

Color information

#554ED6 (or 0x554ED6) is unknown color: approx Slate Blue. HEX triplet: 55, 4E and D6. RGB value is (85,78,214). Sum of RGB (Red+Green+Blue) = 85+78+214=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #554ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ED6 is #AAB129. Grayscale: #5F5F5F. Windows color (decimal): -11186474 or 14044757. OLE color: 14044757.

HSL color Cylindrical-coordinate representation of color #554ED6: hue angle of 243.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554ED6 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8578214-
CMYK0.600.6400.16
HSL243.09º62.39%57.25%-
HSV(B)243.09º63.55%83.92%-
XYZ18.6112.2465-
YUV95.6194.82120.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=22.55%
G=20.69%
B=56.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85782140.600.6400.16243.0962.3957.25
Hex554ED63C40010f33e39
Octal125116326741000203637671
Binary1010101100111011010110111100100000001000011110011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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