Html Css Color HEX #574DDD Slate Blue

📋 copy color: '#574DDD'

red 87 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #574DDD

Tints of Slate Blue #574DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 22.6%
G = 20%
B = 57.4%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#574DDD (or 0x574DDD) is known color: Slate Blue. HEX triplet: 57, 4D and DD. RGB value is (87,77,221). Sum of RGB (Red+Green+Blue) = 87+77+221=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #574DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DDD is #A8B222. Grayscale: #5F5F5F. Windows color (decimal): -11055651 or 14503255. OLE color: 14503255.

HSL color Cylindrical-coordinate representation of color #574DDD: hue angle of 244.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574DDD is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 77 221 -
CMYK 0.61 0.65 0 0.13
HSL 244.17º 0.68% 0.58% -
HSV(B) 244.17º 0.65% 0.87% -
XYZ 19.64 12.55 69.79 -
YUV 96.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 87 77 221 0.61 0.65 0 0.13 244.17 0.68 0.58
Hex 57 4D DD 3D 41 0 D F4 44 3A
Octal 127 115 335 75 101 0 15 364 104 72
Binary 1010111 1001101 11011101 111101 1000001 0 1101 11110100 1000100 111010

Color Harmonies of #574DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DDD

Black with #574DDD

Text Example


Text Example

White with #574DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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