Html Css Color HEX #574ECD Slate Blue

📋 copy color: '#574ECD'

red 87 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #574ECD

Tints of Slate Blue #574ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 23.51%
G = 21.08%
B = 55.41%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#574ECD (or 0x574ECD) is known color: Slate Blue. HEX triplet: 57, 4E and CD. RGB value is (87,78,205). Sum of RGB (Red+Green+Blue) = 87+78+205=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #574ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ECD is #A8B132. Grayscale: #5E5E5E. Windows color (decimal): -11055411 or 13454935. OLE color: 13454935.

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

Color convert

RGB 87 78 205 -
CMYK 0.58 0.62 0 0.20
HSL 244.25º 0.56% 0.55% -
HSV(B) 244.25º 0.62% 0.8% -
XYZ 17.67 11.88 59.12 -
YUV 95.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 87 78 205 0.58 0.62 0 0.20 244.25 0.56 0.55
Hex 57 4E CD 3A 3E 0 14 F4 38 37
Octal 127 116 315 72 76 0 24 364 70 67
Binary 1010111 1001110 11001101 111010 111110 0 10100 11110100 111000 110111

Color Harmonies of #574ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ECD

Black with #574ECD

Text Example


Text Example

White with #574ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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