Html Css Color HEX #5744D7 Slate Blue

📋 copy color: '#5744D7'

red 87 ◦ green 68 ◦ blue 215

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

Shades of Slate Blue #5744D7

Tints of Slate Blue #5744D7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

 BLUE value IS 215 (84.38% from 255) = 58.11%

R = 23.51%
G = 18.38%
B = 58.11%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5744D7 (or 0x5744D7) is known color: Slate Blue. HEX triplet: 57, 44 and D7. RGB value is (87,68,215). Sum of RGB (Red+Green+Blue) = 87+68+215=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #5744D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5744D7 is #A8BB28. Grayscale: #595959. Windows color (decimal): -11057961 or 14107735. OLE color: 14107735.

HSL color Cylindrical-coordinate representation of color #5744D7: hue angle of 247.76º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5744D7 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 68 215 -
CMYK 0.60 0.68 0 0.16
HSL 247.76º 0.65% 0.55% -
HSV(B) 247.76º 0.68% 0.84% -
XYZ 18.26 11.07 65.46 -
YUV 90.44 198.29 125.55 -
System Red Green Blue C M Y K H S L
Decimal 87 68 215 0.60 0.68 0 0.16 247.76 0.65 0.55
Hex 57 44 D7 3C 44 0 10 F8 41 37
Octal 127 104 327 74 104 0 20 370 101 67
Binary 1010111 1000100 11010111 111100 1000100 0 10000 11111000 1000001 110111

Color Harmonies of #5744D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5744D7

Black with #5744D7

Text Example


Text Example

White with #5744D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5744D7; }

 p { color: rgb(87,68,215); }

 H1.HeaderClassName
 {
   color: #5744D7;
 }
 .AnyTagClassName
 {
   color: #5744D7;
 }
</style>

background-color css

<style>
 a { background-color: #5744D7; }

 a { background-color: rgb(87,68,215); }

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

border-color css

<style>
 span { border-color: #5744D7; }

 span { border-color: rgb(87,68,215); }

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