Html Css Color HEX #573CDF Slate Blue

📋 copy color: '#573CDF'

red 87 ◦ green 60 ◦ blue 223

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

Shades of Slate Blue #573CDF

Tints of Slate Blue #573CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.22%

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 23.51%
G = 16.22%
B = 60.27%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#573CDF (or 0x573CDF) is known color: Slate Blue. HEX triplet: 57, 3C and DF. RGB value is (87,60,223). Sum of RGB (Red+Green+Blue) = 87+60+223=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #573CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CDF is #A8C320. Grayscale: #565656. Windows color (decimal): -11060001 or 14629975. OLE color: 14629975.

HSL color Cylindrical-coordinate representation of color #573CDF: hue angle of 249.94º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573CDF is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 60 223 -
CMYK 0.61 0.73 0 0.13
HSL 249.94º 0.72% 0.55% -
HSV(B) 249.94º 0.73% 0.87% -
XYZ 18.87 10.59 70.86 -
YUV 86.66 204.95 128.25 -
System Red Green Blue C M Y K H S L
Decimal 87 60 223 0.61 0.73 0 0.13 249.94 0.72 0.55
Hex 57 3C DF 3D 49 0 D FA 48 37
Octal 127 74 337 75 111 0 15 372 110 67
Binary 1010111 111100 11011111 111101 1001001 0 1101 11111010 1001000 110111

Color Harmonies of #573CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CDF

Black with #573CDF

Text Example


Text Example

White with #573CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573CDF; }

 p { color: rgb(87,60,223); }

 H1.HeaderClassName
 {
   color: #573CDF;
 }
 .AnyTagClassName
 {
   color: #573CDF;
 }
</style>

background-color css

<style>
 a { background-color: #573CDF; }

 a { background-color: rgb(87,60,223); }

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

border-color css

<style>
 span { border-color: #573CDF; }

 span { border-color: rgb(87,60,223); }

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