Html Css Color HEX #574ECE Slate Blue

📋 copy color: '#574ECE'

red 87 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #574ECE

Tints of Slate Blue #574ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 23.45%
G = 21.02%
B = 55.53%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#574ECE (or 0x574ECE) is known color: Slate Blue. HEX triplet: 57, 4E and CE. RGB value is (87,78,206). Sum of RGB (Red+Green+Blue) = 87+78+206=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #574ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ECE is #A8B131. Grayscale: #5E5E5E. Windows color (decimal): -11055410 or 13520471. OLE color: 13520471.

HSL color Cylindrical-coordinate representation of color #574ECE: hue angle of 244.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574ECE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 78 206 -
CMYK 0.58 0.62 0 0.19
HSL 244.22º 0.57% 0.56% -
HSV(B) 244.22º 0.62% 0.81% -
XYZ 17.8 11.93 59.76 -
YUV 95.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 87 78 206 0.58 0.62 0 0.19 244.22 0.57 0.56
Hex 57 4E CE 3A 3E 0 13 F4 39 38
Octal 127 116 316 72 76 0 23 364 71 70
Binary 1010111 1001110 11001110 111010 111110 0 10011 11110100 111001 111000

Color Harmonies of #574ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ECE

Black with #574ECE

Text Example


Text Example

White with #574ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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