Html Css Color HEX #5749DF Slate Blue

📋 copy color: '#5749DF'

red 87 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #5749DF

Tints of Slate Blue #5749DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 22.72%
G = 19.06%
B = 58.22%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5749DF (or 0x5749DF) is known color: Slate Blue. HEX triplet: 57, 49 and DF. RGB value is (87,73,223). Sum of RGB (Red+Green+Blue) = 87+73+223=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #5749DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749DF is #A8B620. Grayscale: #5D5D5D. Windows color (decimal): -11056673 or 14633303. OLE color: 14633303.

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

Color convert

RGB 87 73 223 -
CMYK 0.61 0.67 0 0.13
HSL 245.6º 0.7% 0.58% -
HSV(B) 245.6º 0.67% 0.87% -
XYZ 19.63 12.12 71.12 -
YUV 94.29 200.64 122.8 -
System Red Green Blue C M Y K H S L
Decimal 87 73 223 0.61 0.67 0 0.13 245.6 0.7 0.58
Hex 57 49 DF 3D 43 0 D F6 46 3A
Octal 127 111 337 75 103 0 15 366 106 72
Binary 1010111 1001001 11011111 111101 1000011 0 1101 11110110 1000110 111010

Color Harmonies of #5749DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749DF

Black with #5749DF

Text Example


Text Example

White with #5749DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5749DF; }

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

 H1.HeaderClassName
 {
   color: #5749DF;
 }
 .AnyTagClassName
 {
   color: #5749DF;
 }
</style>

background-color css

<style>
 a { background-color: #5749DF; }

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

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

border-color css

<style>
 span { border-color: #5749DF; }

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

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