Html Css Color HEX #5746DE Slate Blue

📋 copy color: '#5746DE'

red 87 ◦ green 70 ◦ blue 222

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

Shades of Slate Blue #5746DE

Tints of Slate Blue #5746DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

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

R = 22.96%
G = 18.47%
B = 58.58%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5746DE (or 0x5746DE) is known color: Slate Blue. HEX triplet: 57, 46 and DE. RGB value is (87,70,222). Sum of RGB (Red+Green+Blue) = 87+70+222=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #5746DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5746DE is #A8B921. Grayscale: #5B5B5B. Windows color (decimal): -11057442 or 14566999. OLE color: 14566999.

HSL color Cylindrical-coordinate representation of color #5746DE: hue angle of 246.71º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5746DE is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 70 222 -
CMYK 0.61 0.68 0 0.13
HSL 246.71º 0.7% 0.57% -
HSV(B) 246.71º 0.68% 0.87% -
XYZ 19.31 11.68 70.34 -
YUV 92.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 87 70 222 0.61 0.68 0 0.13 246.71 0.7 0.57
Hex 57 46 DE 3D 44 0 D F7 46 39
Octal 127 106 336 75 104 0 15 367 106 71
Binary 1010111 1000110 11011110 111101 1000100 0 1101 11110111 1000110 111001

Color Harmonies of #5746DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5746DE

Black with #5746DE

Text Example


Text Example

White with #5746DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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