Html Css Color HEX #5741DE Slate Blue

📋 copy color: '#5741DE'

red 87 ◦ green 65 ◦ blue 222

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

Shades of Slate Blue #5741DE

Tints of Slate Blue #5741DE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

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

R = 23.26%
G = 17.38%
B = 59.36%

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

#5741DE (or 0x5741DE) is known color: Slate Blue. HEX triplet: 57, 41 and DE. RGB value is (87,65,222). Sum of RGB (Red+Green+Blue) = 87+65+222=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #5741DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741DE is #A8BE21. Grayscale: #585858. Windows color (decimal): -11058722 or 14565719. OLE color: 14565719.

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

Color convert

RGB 87 65 222 -
CMYK 0.61 0.71 0 0.13
HSL 248.41º 0.7% 0.56% -
HSV(B) 248.41º 0.71% 0.87% -
XYZ 19.01 11.08 70.24 -
YUV 89.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 87 65 222 0.61 0.71 0 0.13 248.41 0.7 0.56
Hex 57 41 DE 3D 47 0 D F8 46 38
Octal 127 101 336 75 107 0 15 370 106 70
Binary 1010111 1000001 11011110 111101 1000111 0 1101 11111000 1000110 111000

Color Harmonies of #5741DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5741DE

Black with #5741DE

Text Example


Text Example

White with #5741DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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