Html Css Color HEX #574EDF Slate Blue

📋 copy color: '#574EDF'

red 87 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #574EDF

Tints of Slate Blue #574EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 22.42%
G = 20.1%
B = 57.47%

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

#574EDF (or 0x574EDF) is known color: Slate Blue. HEX triplet: 57, 4E and DF. RGB value is (87,78,223). Sum of RGB (Red+Green+Blue) = 87+78+223=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #574EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EDF is #A8B120. Grayscale: #606060. Windows color (decimal): -11055393 or 14634583. OLE color: 14634583.

HSL color Cylindrical-coordinate representation of color #574EDF: hue angle of 243.72º degrees, saturation: 0.69, 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 #574EDF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 78 223 -
CMYK 0.61 0.65 0 0.13
HSL 243.72º 0.69% 0.59% -
HSV(B) 243.72º 0.65% 0.87% -
XYZ 19.97 12.8 71.23 -
YUV 97.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 87 78 223 0.61 0.65 0 0.13 243.72 0.69 0.59
Hex 57 4E DF 3D 41 0 D F4 45 3B
Octal 127 116 337 75 101 0 15 364 105 73
Binary 1010111 1001110 11011111 111101 1000001 0 1101 11110100 1000101 111011

Color Harmonies of #574EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EDF

Black with #574EDF

Text Example


Text Example

White with #574EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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