Html Css Color HEX #574ADC Slate Blue

📋 copy color: '#574ADC'

red 87 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #574ADC

Tints of Slate Blue #574ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

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

R = 22.83%
G = 19.42%
B = 57.74%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#574ADC (or 0x574ADC) is known color: Slate Blue. HEX triplet: 57, 4A and DC. RGB value is (87,74,220). Sum of RGB (Red+Green+Blue) = 87+74+220=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #574ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ADC is #A8B523. Grayscale: #5D5D5D. Windows color (decimal): -11056420 or 14436951. OLE color: 14436951.

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

Color convert

RGB 87 74 220 -
CMYK 0.60 0.66 0 0.14
HSL 245.34º 0.68% 0.58% -
HSV(B) 245.34º 0.66% 0.86% -
XYZ 19.3 12.09 69.03 -
YUV 94.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 87 74 220 0.60 0.66 0 0.14 245.34 0.68 0.58
Hex 57 4A DC 3C 42 0 E F5 44 3A
Octal 127 112 334 74 102 0 16 365 104 72
Binary 1010111 1001010 11011100 111100 1000010 0 1110 11110101 1000100 111010

Color Harmonies of #574ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ADC

Black with #574ADC

Text Example


Text Example

White with #574ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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