Html Css Color HEX #574EDC Slate Blue

📋 copy color: '#574EDC'

red 87 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #574EDC

Tints of Slate Blue #574EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 22.6%
G = 20.26%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#574EDC (or 0x574EDC) is known color: Slate Blue. HEX triplet: 57, 4E and DC. RGB value is (87,78,220). Sum of RGB (Red+Green+Blue) = 87+78+220=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #574EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EDC is #A8B123. Grayscale: #606060. Windows color (decimal): -11055396 or 14437975. OLE color: 14437975.

HSL color Cylindrical-coordinate representation of color #574EDC: hue angle of 243.8º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574EDC is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 78 220 -
CMYK 0.60 0.65 0 0.14
HSL 243.8º 0.67% 0.58% -
HSV(B) 243.8º 0.65% 0.86% -
XYZ 19.57 12.64 69.12 -
YUV 96.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 87 78 220 0.60 0.65 0 0.14 243.8 0.67 0.58
Hex 57 4E DC 3C 41 0 E F4 43 3A
Octal 127 116 334 74 101 0 16 364 103 72
Binary 1010111 1001110 11011100 111100 1000001 0 1110 11110100 1000011 111010

Color Harmonies of #574EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EDC

Black with #574EDC

Text Example


Text Example

White with #574EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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