#554BD5

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

Shades of Slate Blue #554BD5

Tints of Slate Blue #554BD5

Color information

#554BD5 (or 0x554BD5) is unknown color: approx Slate Blue. HEX triplet: 55, 4B and D5. RGB value is (85,75,213). Sum of RGB (Red+Green+Blue) = 85+75+213=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #554BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BD5 is #AAB42A. Grayscale: #5D5D5D. Windows color (decimal): -11187243 or 13978453. OLE color: 13978453.

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

Color convert

RGB8575213-
CMYK0.600.6500.16
HSL244.35º62.16%56.47%-
HSV(B)244.35º64.79%83.53%-
XYZ18.2711.7764.26-
YUV93.72195.31121.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 213 (83.59% from 255) = 57.10%
R=22.79%
G=20.11%
B=57.10%

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
Decimal85752130.600.6500.16244.3562.1656.47
Hex554BD53C41010f43e38
Octal125113325741010203647670
Binary1010101100101111010101111100100000101000011110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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