#554BD6

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

Shades of Slate Blue #554BD6

Tints of Slate Blue #554BD6

Color information

#554BD6 (or 0x554BD6) is unknown color: approx Slate Blue. HEX triplet: 55, 4B and D6. RGB value is (85,75,214). Sum of RGB (Red+Green+Blue) = 85+75+214=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #554BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BD6 is #AAB429. Grayscale: #5D5D5D. Windows color (decimal): -11187242 or 14043989. OLE color: 14043989.

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

Color convert

RGB8575214-
CMYK0.600.6500.16
HSL244.32º62.9%56.67%-
HSV(B)244.32º64.95%83.92%-
XYZ18.411.8264.93-
YUV93.84195.81121.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 214 (83.98% from 255) = 57.22%
R=22.73%
G=20.05%
B=57.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85752140.600.6500.16244.3262.956.67
Hex554BD63C41010f43f39
Octal125113326741010203647771
Binary1010101100101111010110111100100000101000011110100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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