Html Css Color HEX #5744CE Slate Blue

📋 copy color: '#5744CE'

red 87 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #5744CE

Tints of Slate Blue #5744CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 24.1%
G = 18.84%
B = 57.06%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5744CE (or 0x5744CE) is known color: Slate Blue. HEX triplet: 57, 44 and CE. RGB value is (87,68,206). Sum of RGB (Red+Green+Blue) = 87+68+206=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5744CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5744CE is #A8BB31. Grayscale: #585858. Windows color (decimal): -11057970 or 13517911. OLE color: 13517911.

HSL color Cylindrical-coordinate representation of color #5744CE: hue angle of 248.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5744CE is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 68 206 -
CMYK 0.58 0.67 0 0.19
HSL 248.26º 0.58% 0.54% -
HSV(B) 248.26º 0.67% 0.81% -
XYZ 17.14 10.62 59.54 -
YUV 89.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 87 68 206 0.58 0.67 0 0.19 248.26 0.58 0.54
Hex 57 44 CE 3A 43 0 13 F8 3A 36
Octal 127 104 316 72 103 0 23 370 72 66
Binary 1010111 1000100 11001110 111010 1000011 0 10011 11111000 111010 110110

Color Harmonies of #5744CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5744CE

Black with #5744CE

Text Example


Text Example

White with #5744CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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