Html Css Color HEX #574EDA Slate Blue

📋 copy color: '#574EDA'

red 87 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #574EDA

Tints of Slate Blue #574EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 22.72%
G = 20.37%
B = 56.92%

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

#574EDA (or 0x574EDA) is known color: Slate Blue. HEX triplet: 57, 4E and DA. RGB value is (87,78,218). Sum of RGB (Red+Green+Blue) = 87+78+218=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #574EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EDA is #A8B125. Grayscale: #606060. Windows color (decimal): -11055398 or 14306903. OLE color: 14306903.

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

Color convert

RGB 87 78 218 -
CMYK 0.60 0.64 0 0.15
HSL 243.86º 0.65% 0.58% -
HSV(B) 243.86º 0.64% 0.85% -
XYZ 19.31 12.54 67.73 -
YUV 96.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 87 78 218 0.60 0.64 0 0.15 243.86 0.65 0.58
Hex 57 4E DA 3C 40 0 F F4 41 3A
Octal 127 116 332 74 100 0 17 364 101 72
Binary 1010111 1001110 11011010 111100 1000000 0 1111 11110100 1000001 111010

Color Harmonies of #574EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EDA

Black with #574EDA

Text Example


Text Example

White with #574EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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