Html Css Color HEX #5746CE Slate Blue

📋 copy color: '#5746CE'

red 87 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #5746CE

Tints of Slate Blue #5746CE

RGB

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

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

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

R = 23.97%
G = 19.28%
B = 56.75%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5746CE (or 0x5746CE) is known color: Slate Blue. HEX triplet: 57, 46 and CE. RGB value is (87,70,206). Sum of RGB (Red+Green+Blue) = 87+70+206=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #5746CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5746CE is #A8B931. Grayscale: #5A5A5A. Windows color (decimal): -11057458 or 13518423. OLE color: 13518423.

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

Color convert

RGB 87 70 206 -
CMYK 0.58 0.66 0 0.19
HSL 247.5º 0.58% 0.54% -
HSV(B) 247.5º 0.66% 0.81% -
XYZ 17.26 10.86 59.58 -
YUV 90.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 87 70 206 0.58 0.66 0 0.19 247.5 0.58 0.54
Hex 57 46 CE 3A 42 0 13 F8 3A 36
Octal 127 106 316 72 102 0 23 370 72 66
Binary 1010111 1000110 11001110 111010 1000010 0 10011 11111000 111010 110110

Color Harmonies of #5746CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5746CE

Black with #5746CE

Text Example


Text Example

White with #5746CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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