Html Css Color HEX #575ED1 Slate Blue

📋 copy color: '#575ED1'

red 87 ◦ green 94 ◦ blue 209

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

Shades of Slate Blue #575ED1

Tints of Slate Blue #575ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

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

R = 22.31%
G = 24.1%
B = 53.59%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#575ED1 (or 0x575ED1) is known color: Slate Blue. HEX triplet: 57, 5E and D1. RGB value is (87,94,209). Sum of RGB (Red+Green+Blue) = 87+94+209=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #575ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED1 is #A8A12E. Grayscale: #686868. Windows color (decimal): -11051311 or 13721175. OLE color: 13721175.

HSL color Cylindrical-coordinate representation of color #575ED1: hue angle of 236.56º 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 #575ED1 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 94 209 -
CMYK 0.58 0.55 0 0.18
HSL 236.56º 0.57% 0.58% -
HSV(B) 236.56º 0.58% 0.82% -
XYZ 19.44 14.64 62.12 -
YUV 105.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 87 94 209 0.58 0.55 0 0.18 236.56 0.57 0.58
Hex 57 5E D1 3A 37 0 12 ED 39 3A
Octal 127 136 321 72 67 0 22 355 71 72
Binary 1010111 1011110 11010001 111010 110111 0 10010 11101101 111001 111010

Color Harmonies of #575ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ED1

Black with #575ED1

Text Example


Text Example

White with #575ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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