Html Css Color HEX #575AD1 Slate Blue

📋 copy color: '#575AD1'

red 87 ◦ green 90 ◦ blue 209

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

Shades of Slate Blue #575AD1

Tints of Slate Blue #575AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 209 (82.03% from 255) = 54.15%

R = 22.54%
G = 23.32%
B = 54.15%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#575AD1 (or 0x575AD1) is known color: Slate Blue. HEX triplet: 57, 5A and D1. RGB value is (87,90,209). Sum of RGB (Red+Green+Blue) = 87+90+209=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #575AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AD1 is #A8A52E. Grayscale: #666666. Windows color (decimal): -11052335 or 13720151. OLE color: 13720151.

HSL color Cylindrical-coordinate representation of color #575AD1: hue angle of 238.52º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575AD1 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 90 209 -
CMYK 0.58 0.57 0 0.18
HSL 238.52º 0.57% 0.58% -
HSV(B) 238.52º 0.58% 0.82% -
XYZ 19.1 13.94 62.01 -
YUV 102.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 87 90 209 0.58 0.57 0 0.18 238.52 0.57 0.58
Hex 57 5A D1 3A 39 0 12 EF 39 3A
Octal 127 132 321 72 71 0 22 357 71 72
Binary 1010111 1011010 11010001 111010 111001 0 10010 11101111 111001 111010

Color Harmonies of #575AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AD1

Black with #575AD1

Text Example


Text Example

White with #575AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575AD1; }

 p { color: rgb(87,90,209); }

 H1.HeaderClassName
 {
   color: #575AD1;
 }
 .AnyTagClassName
 {
   color: #575AD1;
 }
</style>

background-color css

<style>
 a { background-color: #575AD1; }

 a { background-color: rgb(87,90,209); }

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

border-color css

<style>
 span { border-color: #575AD1; }

 span { border-color: rgb(87,90,209); }

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