Html Css Color HEX #574AD8 Slate Blue

📋 copy color: '#574AD8'

red 87 ◦ green 74 ◦ blue 216

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

Shades of Slate Blue #574AD8

Tints of Slate Blue #574AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.29%

R = 23.08%
G = 19.63%
B = 57.29%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#574AD8 (or 0x574AD8) is known color: Slate Blue. HEX triplet: 57, 4A and D8. RGB value is (87,74,216). Sum of RGB (Red+Green+Blue) = 87+74+216=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #574AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574AD8 is #A8B527. Grayscale: #5D5D5D. Windows color (decimal): -11056424 or 14174807. OLE color: 14174807.

HSL color Cylindrical-coordinate representation of color #574AD8: hue angle of 245.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574AD8 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 74 216 -
CMYK 0.60 0.66 0 0.15
HSL 245.49º 0.65% 0.57% -
HSV(B) 245.49º 0.66% 0.85% -
XYZ 18.77 11.88 66.27 -
YUV 94.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 87 74 216 0.60 0.66 0 0.15 245.49 0.65 0.57
Hex 57 4A D8 3C 42 0 F F5 41 39
Octal 127 112 330 74 102 0 17 365 101 71
Binary 1010111 1001010 11011000 111100 1000010 0 1111 11110101 1000001 111001

Color Harmonies of #574AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AD8

Black with #574AD8

Text Example


Text Example

White with #574AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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