Html Css Color HEX #574CDD Slate Blue

📋 copy color: '#574CDD'

red 87 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #574CDD

Tints of Slate Blue #574CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.79%

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

R = 22.66%
G = 19.79%
B = 57.55%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#574CDD (or 0x574CDD) is known color: Slate Blue. HEX triplet: 57, 4C and DD. RGB value is (87,76,221). Sum of RGB (Red+Green+Blue) = 87+76+221=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #574CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CDD is #A8B322. Grayscale: #5F5F5F. Windows color (decimal): -11055907 or 14502999. OLE color: 14502999.

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

Color convert

RGB 87 76 221 -
CMYK 0.61 0.66 0 0.13
HSL 244.55º 0.68% 0.58% -
HSV(B) 244.55º 0.66% 0.87% -
XYZ 19.57 12.42 69.77 -
YUV 95.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 87 76 221 0.61 0.66 0 0.13 244.55 0.68 0.58
Hex 57 4C DD 3D 42 0 D F5 44 3A
Octal 127 114 335 75 102 0 15 365 104 72
Binary 1010111 1001100 11011101 111101 1000010 0 1101 11110101 1000100 111010

Color Harmonies of #574CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CDD

Black with #574CDD

Text Example


Text Example

White with #574CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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