Html Css Color HEX #574ED9 Slate Blue

📋 copy color: '#574ED9'

red 87 ◦ green 78 ◦ blue 217

#574ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #574ED9

Tints of Slate Blue #574ED9

RGB

 RED value IS 87 (34.38% from 255) = 22.77%

 GREEN value IS 78 (30.86% from 255) = 20.42%

 BLUE value IS 217 (85.16% from 255) = 56.81%

R = 22.77%
G = 20.42%
B = 56.81%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#574ED9 (or 0x574ED9) is known color: Slate Blue. HEX triplet: 57, 4E and D9. RGB value is (87,78,217). Sum of RGB (Red+Green+Blue) = 87+78+217=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #574ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ED9 is #A8B126. Grayscale: #5F5F5F. Windows color (decimal): -11055399 or 14241367. OLE color: 14241367.

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

Color convert

RGB 87 78 217 -
CMYK 0.60 0.64 0 0.15
HSL 243.88º 0.65% 0.58% -
HSV(B) 243.88º 0.64% 0.85% -
XYZ 19.18 12.48 67.04 -
YUV 96.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 87 78 217 0.60 0.64 0 0.15 243.88 0.65 0.58
Hex 57 4E D9 3C 40 0 F F4 41 3A
Octal 127 116 331 74 100 0 17 364 101 72
Binary 1010111 1001110 11011001 111100 1000000 0 1111 11110100 1000001 111010

Color Harmonies of #574ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ED9

Black with #574ED9

Text Example


Text Example

White with #574ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,217); }

 H1.HeaderClassName
 {
   color: #574ED9;
 }
 .AnyTagClassName
 {
   color: #574ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(87,78,217); }

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

border-color css

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

 span { border-color: rgb(87,78,217); }

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