Html Css Color HEX #574DD8 Slate Blue

📋 copy color: '#574DD8'

red 87 ◦ green 77 ◦ blue 216

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

Shades of Slate Blue #574DD8

Tints of Slate Blue #574DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

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

R = 22.89%
G = 20.26%
B = 56.84%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#574DD8 (or 0x574DD8) is known color: Slate Blue. HEX triplet: 57, 4D and D8. RGB value is (87,77,216). Sum of RGB (Red+Green+Blue) = 87+77+216=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #574DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DD8 is #A8B227. Grayscale: #5F5F5F. Windows color (decimal): -11055656 or 14175575. OLE color: 14175575.

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

Color convert

RGB 87 77 216 -
CMYK 0.60 0.64 0 0.15
HSL 244.32º 0.64% 0.57% -
HSV(B) 244.32º 0.64% 0.85% -
XYZ 18.98 12.29 66.34 -
YUV 95.84 195.81 121.7 -
System Red Green Blue C M Y K H S L
Decimal 87 77 216 0.60 0.64 0 0.15 244.32 0.64 0.57
Hex 57 4D D8 3C 40 0 F F4 40 39
Octal 127 115 330 74 100 0 17 364 100 71
Binary 1010111 1001101 11011000 111100 1000000 0 1111 11110100 1000000 111001

Color Harmonies of #574DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DD8

Black with #574DD8

Text Example


Text Example

White with #574DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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