Html Css Color HEX #5740DF Slate Blue

📋 copy color: '#5740DF'

red 87 ◦ green 64 ◦ blue 223

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

Shades of Slate Blue #5740DF

Tints of Slate Blue #5740DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

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

R = 23.26%
G = 17.11%
B = 59.63%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5740DF (or 0x5740DF) is known color: Slate Blue. HEX triplet: 57, 40 and DF. RGB value is (87,64,223). Sum of RGB (Red+Green+Blue) = 87+64+223=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #5740DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740DF is #A8BF20. Grayscale: #585858. Windows color (decimal): -11058977 or 14630999. OLE color: 14630999.

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

Color convert

RGB 87 64 223 -
CMYK 0.61 0.71 0 0.13
HSL 248.68º 0.71% 0.56% -
HSV(B) 248.68º 0.71% 0.87% -
XYZ 19.08 11.02 70.93 -
YUV 89 203.62 126.57 -
System Red Green Blue C M Y K H S L
Decimal 87 64 223 0.61 0.71 0 0.13 248.68 0.71 0.56
Hex 57 40 DF 3D 47 0 D F9 47 38
Octal 127 100 337 75 107 0 15 371 107 70
Binary 1010111 1000000 11011111 111101 1000111 0 1101 11111001 1000111 111000

Color Harmonies of #5740DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740DF

Black with #5740DF

Text Example


Text Example

White with #5740DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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