Html Css Color HEX #5740DE Slate Blue

📋 copy color: '#5740DE'

red 87 ◦ green 64 ◦ blue 222

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

Shades of Slate Blue #5740DE

Tints of Slate Blue #5740DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 23.32%
G = 17.16%
B = 59.52%

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

#5740DE (or 0x5740DE) is known color: Slate Blue. HEX triplet: 57, 40 and DE. RGB value is (87,64,222). Sum of RGB (Red+Green+Blue) = 87+64+222=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #5740DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740DE is #A8BF21. Grayscale: #585858. Windows color (decimal): -11058978 or 14565463. OLE color: 14565463.

HSL color Cylindrical-coordinate representation of color #5740DE: hue angle of 248.73º 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 #5740DE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 64 222 -
CMYK 0.61 0.71 0 0.13
HSL 248.73º 0.71% 0.56% -
HSV(B) 248.73º 0.71% 0.87% -
XYZ 18.95 10.97 70.23 -
YUV 88.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 87 64 222 0.61 0.71 0 0.13 248.73 0.71 0.56
Hex 57 40 DE 3D 47 0 D F9 47 38
Octal 127 100 336 75 107 0 15 371 107 70
Binary 1010111 1000000 11011110 111101 1000111 0 1101 11111001 1000111 111000

Color Harmonies of #5740DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740DE

Black with #5740DE

Text Example


Text Example

White with #5740DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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