#554dd9

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

Shades of Slate Blue #554DD9

Tints of Slate Blue #554DD9

Color information

#554DD9 (or 0x554DD9) is unknown color: approx Slate Blue. HEX triplet: 55, 4D and D9. RGB value is (85,77,217). Sum of RGB (Red+Green+Blue) = 85+77+217=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #554DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DD9 is #AAB226. Grayscale: #5E5E5E. Windows color (decimal): -11186727 or 14241109. OLE color: 14241109.

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

Color convert

RGB8577217-
CMYK0.610.6500.15
HSL243.43º64.81%57.65%-
HSV(B)243.43º64.52%85.1%-
XYZ18.9212.2567.01-
YUV95.35196.65120.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=22.43%
G=20.32%
B=57.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85772170.610.6500.15243.4364.8157.65
Hex554DD93D410Ff3413a
Octal1251153317510101736310172
Binary1010101100110111011001111101100000101111111100111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554dd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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