#554DDF

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

Shades of Slate Blue #554DDF

Tints of Slate Blue #554DDF

Color information

#554DDF (or 0x554DDF) is unknown color: approx Slate Blue. HEX triplet: 55, 4D and DF. RGB value is (85,77,223). Sum of RGB (Red+Green+Blue) = 85+77+223=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #554DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DDF is #AAB220. Grayscale: #5F5F5F. Windows color (decimal): -11186721 or 14634325. OLE color: 14634325.

HSL color Cylindrical-coordinate representation of color #554DDF: hue angle of 243.29º degrees, saturation: 0.7, 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 #554DDF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8577223-
CMYK0.620.6500.13
HSL243.29º69.52%58.82%-
HSV(B)243.29º65.47%87.45%-
XYZ19.7212.5771.2-
YUV96.04199.65120.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=22.08%
G=20%
B=57.92%

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
Decimal85772230.620.6500.13243.2969.5258.82
Hex554DDF3E410Df3463b
Octal1251153377610101536310673
Binary1010101100110111011111111110100000101101111100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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