Html Css Color HEX #5748D1 Slate Blue

📋 copy color: '#5748D1'

red 87 ◦ green 72 ◦ blue 209

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

Shades of Slate Blue #5748D1

Tints of Slate Blue #5748D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.57%

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

R = 23.64%
G = 19.57%
B = 56.79%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5748D1 (or 0x5748D1) is known color: Slate Blue. HEX triplet: 57, 48 and D1. RGB value is (87,72,209). Sum of RGB (Red+Green+Blue) = 87+72+209=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 209 (82.03% from 255 or 56.79% from 368); Max value from RGB is 209 - color contains mainly: blue. Hex color #5748D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748D1 is #A8B72E. Grayscale: #5B5B5B. Windows color (decimal): -11056943 or 13715543. OLE color: 13715543.

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

Color convert

RGB 87 72 209 -
CMYK 0.58 0.66 0 0.18
HSL 246.57º 0.6% 0.55% -
HSV(B) 246.57º 0.66% 0.82% -
XYZ 17.76 11.26 61.56 -
YUV 92.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 87 72 209 0.58 0.66 0 0.18 246.57 0.6 0.55
Hex 57 48 D1 3A 42 0 12 F7 3C 37
Octal 127 110 321 72 102 0 22 367 74 67
Binary 1010111 1001000 11010001 111010 1000010 0 10010 11110111 111100 110111

Color Harmonies of #5748D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5748D1

Black with #5748D1

Text Example


Text Example

White with #5748D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5748D1; }

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

 H1.HeaderClassName
 {
   color: #5748D1;
 }
 .AnyTagClassName
 {
   color: #5748D1;
 }
</style>

background-color css

<style>
 a { background-color: #5748D1; }

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

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

border-color css

<style>
 span { border-color: #5748D1; }

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

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