Html Css Color HEX #574EDD Slate Blue

📋 copy color: '#574EDD'

red 87 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #574EDD

Tints of Slate Blue #574EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 22.54%
G = 20.21%
B = 57.25%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#574EDD (or 0x574EDD) is known color: Slate Blue. HEX triplet: 57, 4E and DD. RGB value is (87,78,221). Sum of RGB (Red+Green+Blue) = 87+78+221=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #574EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EDD is #A8B122. Grayscale: #606060. Windows color (decimal): -11055395 or 14503511. OLE color: 14503511.

HSL color Cylindrical-coordinate representation of color #574EDD: hue angle of 243.78º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574EDD is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 78 221 -
CMYK 0.61 0.65 0 0.13
HSL 243.78º 0.68% 0.59% -
HSV(B) 243.78º 0.65% 0.87% -
XYZ 19.71 12.7 69.82 -
YUV 96.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 87 78 221 0.61 0.65 0 0.13 243.78 0.68 0.59
Hex 57 4E DD 3D 41 0 D F4 44 3B
Octal 127 116 335 75 101 0 15 364 104 73
Binary 1010111 1001110 11011101 111101 1000001 0 1101 11110100 1000100 111011

Color Harmonies of #574EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EDD

Black with #574EDD

Text Example


Text Example

White with #574EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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