#554DDE

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

Shades of Slate Blue #554DDE

Tints of Slate Blue #554DDE

Color information

#554DDE (or 0x554DDE) is unknown color: approx Slate Blue. HEX triplet: 55, 4D and DE. RGB value is (85,77,222). Sum of RGB (Red+Green+Blue) = 85+77+222=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #554DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DDE is #AAB221. Grayscale: #5F5F5F. Windows color (decimal): -11186722 or 14568789. OLE color: 14568789.

HSL color Cylindrical-coordinate representation of color #554DDE: hue angle of 243.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554DDE is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8577222-
CMYK0.620.6500.13
HSL243.31º68.72%58.63%-
HSV(B)243.31º65.32%87.06%-
XYZ19.5912.5170.49-
YUV95.92199.15120.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 77 (30.47% from 255) = 20.05%
BLUE value IS 222 (87.11% from 255) = 57.81%
R=22.14%
G=20.05%
B=57.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85772220.620.6500.13243.3168.7258.63
Hex554DDE3E410Df3453b
Octal1251153367610101536310573
Binary1010101100110111011110111110100000101101111100111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,222); }

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

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

 a { background-color: rgb(85,77,222); }

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

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

 span { border-color: rgb(85,77,222); }

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