Html Css Color HEX #573DDD Slate Blue

📋 copy color: '#573DDD'

red 87 ◦ green 61 ◦ blue 221

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

Shades of Slate Blue #573DDD

Tints of Slate Blue #573DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.53%

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

R = 23.58%
G = 16.53%
B = 59.89%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#573DDD (or 0x573DDD) is known color: Slate Blue. HEX triplet: 57, 3D and DD. RGB value is (87,61,221). Sum of RGB (Red+Green+Blue) = 87+61+221=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #573DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DDD is #A8C222. Grayscale: #565656. Windows color (decimal): -11059747 or 14499159. OLE color: 14499159.

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

Color convert

RGB 87 61 221 -
CMYK 0.61 0.72 0 0.13
HSL 249.75º 0.7% 0.55% -
HSV(B) 249.75º 0.72% 0.87% -
XYZ 18.65 10.58 69.47 -
YUV 87.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 87 61 221 0.61 0.72 0 0.13 249.75 0.7 0.55
Hex 57 3D DD 3D 48 0 D FA 46 37
Octal 127 75 335 75 110 0 15 372 106 67
Binary 1010111 111101 11011101 111101 1001000 0 1101 11111010 1000110 110111

Color Harmonies of #573DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DDD

Black with #573DDD

Text Example


Text Example

White with #573DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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