#554FDA

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

Shades of Slate Blue #554FDA

Tints of Slate Blue #554FDA

Color information

#554FDA (or 0x554FDA) is unknown color: approx Slate Blue. HEX triplet: 55, 4F and DA. RGB value is (85,79,218). Sum of RGB (Red+Green+Blue) = 85+79+218=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #554FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FDA is #AAB025. Grayscale: #606060. Windows color (decimal): -11186214 or 14307157. OLE color: 14307157.

HSL color Cylindrical-coordinate representation of color #554FDA: hue angle of 242.59º 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 #554FDA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8579218-
CMYK0.610.6400.15
HSL242.59º65.26%58.24%-
HSV(B)242.59º63.76%85.49%-
XYZ19.212.5967.75-
YUV96.64196.49119.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 218 (85.55% from 255) = 57.07%
R=22.25%
G=20.68%
B=57.07%

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
Decimal85792180.610.6400.15242.5965.2658.24
Hex554FDA3D400Ff3413a
Octal1251173327510001736310172
Binary1010101100111111011010111101100000001111111100111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,218); }

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

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

 a { background-color: rgb(85,79,218); }

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

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

 span { border-color: rgb(85,79,218); }

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