#574DD8

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

Shades of Slate Blue #574DD8

Tints of Slate Blue #574DD8

Color information

#574DD8 (or 0x574DD8) is unknown color: approx Slate Blue. HEX triplet: 57, 4D and D8. RGB value is (87,77,216). Sum of RGB (Red+Green+Blue) = 87+77+216=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #574DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DD8 is #A8B227. Grayscale: #5F5F5F. Windows color (decimal): -11055656 or 14175575. OLE color: 14175575.

HSL color Cylindrical-coordinate representation of color #574DD8: hue angle of 244.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #574DD8 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8777216-
CMYK0.600.6400.15
HSL244.32º64.06%57.45%-
HSV(B)244.32º64.35%84.71%-
XYZ18.9812.2966.34-
YUV95.84195.81121.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 216 (84.77% from 255) = 56.84%
R=22.89%
G=20.26%
B=56.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal87772160.600.6400.15244.3264.0657.45
Hex574DD83C400Ff44039
Octal1271153307410001736410071
Binary1010111100110111011000111100100000001111111101001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574DD8; }

 p { color: rgb(87,77,216); }

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

<style>
 a { background-color: #574DD8; }

 a { background-color: rgb(87,77,216); }

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

<style>
 span { border-color: #574DD8; }

 span { border-color: rgb(87,77,216); }

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