Html Css Color HEX #574EDE Slate Blue

📋 copy color: '#574EDE'

red 87 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #574EDE

Tints of Slate Blue #574EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 22.48%
G = 20.16%
B = 57.36%

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

#574EDE (or 0x574EDE) is known color: Slate Blue. HEX triplet: 57, 4E and DE. RGB value is (87,78,222). Sum of RGB (Red+Green+Blue) = 87+78+222=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #574EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EDE is #A8B121. Grayscale: #606060. Windows color (decimal): -11055394 or 14569047. OLE color: 14569047.

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

Color convert

RGB 87 78 222 -
CMYK 0.61 0.65 0 0.13
HSL 243.75º 0.69% 0.59% -
HSV(B) 243.75º 0.65% 0.87% -
XYZ 19.84 12.75 70.52 -
YUV 97.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 87 78 222 0.61 0.65 0 0.13 243.75 0.69 0.59
Hex 57 4E DE 3D 41 0 D F4 45 3B
Octal 127 116 336 75 101 0 15 364 105 73
Binary 1010111 1001110 11011110 111101 1000001 0 1101 11110100 1000101 111011

Color Harmonies of #574EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EDE

Black with #574EDE

Text Example


Text Example

White with #574EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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